what is the main difference between c and c++?
Answer Posted / adu sharma
There is no data hiding in c
but in c++ there is data hiding
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is object in oops?
Why it is called runtime polymorphism?
What is static modifier?
What is abstract class in oops?
What are classes oop?
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?
How to call a non virtual function in the derived class by using base class pointer
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).
Get me an image implementation program.
What polymorphism means?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
How Do you Code Composition and Aggregation in C++ ?
Is this job good for future? can do this job post grduate student?
How is class defined?
write a programe to calculate the simple intrest and compund intrest using by function overlading