what is the main difference between c and c++?
Answer Posted / babita
C++ HAS FEATURES LIKE DATA ENCAPSULATION,POLYMORPHISM,REUSE
ABILITY OF THE OPERATORS AND OPERATOR OVERLOADING.THESE
FEATURES ARS NOT SUPPORTED BY C.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between abstraction and encapsulation?
What is polymorphism what is it for and how is it used?
What is object and class in oops?
What is property in oops?
What is the significance of classes in oop?
What is byval and byref? What are differences between them?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is use of overloading?
Why oops is important?
What is constructor overloading in oop?
Explain the advantages of inheritance.
What is the point of oop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is a class and object?