what is the main difference between c and c++?
Answer Posted / d.narmadha
c does not support the concept of inheritance but c++support
ineritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What type of loop is a for loop?
What is polymorphism and why is it important?
Why is abstraction used?
What is abstraction in oops?
What is persistence in oop?
What is new keyword in oops?
What is an interface in oop?
Can you explain polymorphism?
Templates mean
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why do while loop is used?
Why is destructor used?
What is polymorphism explain?
What is object and class in oops?
What is debug class?what is trace class? What differences are between them? With examples.