what is the main difference between c and c++?
Answer Posted / amit chidrewar
data abstraction and data encapsulation not present in c
while these are features of c++.Moreover emphasis are doing
on procedures in c while in c++ emphasis is dealing in
objects.Inheritance,polymorphism not present in c.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is multilevel inheritance explain with example?
How do you define social class?
Who invented oop?
What is the difference between abstraction and polymorphism?
What is protected in oop?
What is oops?what is its use in software engineering?
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 is oops concept with example?
What are the 3 principles of oop?
What is byval and byref? What are differences between them?
What is a class in oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is encapsulation oop?
Can we have inheritance without polymorphism?
Which is not an object oriented programming language?