what is the main difference between c and c++?
Answer Posted / nagesh sharma
C++ is made adding classes with c so it is called c++
but in c classes are not available
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is methods in oop?
What is encapsulation in simple terms?
What are the 5 oop principles?
What polymorphism means?
write string class as your own class in java without using any built-in function
What is class and example?
What is the significance of classes in oop?
What is the benefit of oop?
Can private class be inherited?
Give two or more real cenario of virtual function and vertual object
What is use of overloading?
What is encapsulation in ict?
What are objects in oop?
What is the types of inheritance?
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?