Call Support +91-85588-96644
TCYonline

Login

Sign Up

Please enter a Username or Email ID
Please enter a password
Keep me logged in
Please enter your name
Please enter your mobile number
You can't leave Captcha Code empty
By submitting this form, you agree to the Terms & Privacy Policy.
OR

Sign Up via Facebook

Sign Up via Google

Sign Up via Twitter

Download Software
Tests given

Download TCY App

App Image

What is the advantage of c++ over c ?

Reply


Please type your answer before submitting.
Submit

C++ is advanced version of c language . nIt follows the principal of object oriented programming .nIt support inheritance, polymorphism, encapsulation because of oop principles.nIt is not fully oop because class is not compulsory in it. n

In c all the data whatt have we write all are public .. but in c++ all are private

C++ is provide the OOPs Concepts.