what is the main difference between c and c++?
Answer Posted / ano
c does not contain class but c++ contains class,in the main
function itself c++ have the return value........
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is encapsulation with example?
Whats is abstraction in oops?
How do you use inheritance in unity?
what are the ways in which a constructors can be called?
What are oops methods?
What is abstraction in oops with example?
What is the real time example of encapsulation?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is the purpose of enum?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is encapsulation in simple terms?
How to improve object oriented design skills?
#include
How is polymorphism achieved?
What is the real time example of inheritance?