what is the main difference between c and c++?
Answer Posted / murali
c is a single letter language but c++ is a three letter
language... c does not includes ++ wit it........
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain the advantages of inheritance.
Whats oop mean?
What is abstraction and encapsulation?
#include
What is object in oop with example?
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 the oops and benefits of oops programming?
Why do we use polymorphism in oops?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is solid in oops?
What do you mean by overloading?
Why polymorphism is used in oops?
What is an example of genetic polymorphism?
write a C++ program for booking using constructor and destructor.
What is the real life example of polymorphism?