what is the main difference between c and c++?
Answer Posted / priyanga.t
c is a structural programming but c++ is a objected oriented
programming........................
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Can we override main method?
What is multilevel inheritance in oop?
Why multiple inheritance is not allowed?
What is difference between multiple inheritance and multilevel inheritance?
Where You Can Use Interface in your Project
How oops is better than procedural?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Which language is pure oop?
What is oops with example?
What is the problem with multiple inheritance?
What are the types of abstraction?
Why is destructor used?
What is a superclass in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the advantages of polymorphism?