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 are the 3 principles of oop?
Can we override main method?
What does and I oop mean?
why reinterpret cast is considered dangerous?
What is encapsulation in oops?
What are benefits of oop?
What language is oop?
What is and I oop mean?
Can abstract class have normal methods?
What is object-oriented programming? Webopedia definition
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 encapsulation c#?
What is the difference between a mixin and inheritance?
What are the types of abstraction?
What is oops with example?