what is the main difference between c and c++?
Answer Posted / deepak dahiya
C- language does not
have features of
Simula67 but C++
have features of
Simula67 like as
class.C++ have
advance facilities
which are
classes,inheritance,function
and operator
overloading,polymorphism
etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
• What are the desirable attributes for memory managment?
What is oops and why we use oops?
Where You Can Use Interface in your Project
What is encapsulation with real life example?
to find out the minimum of two integer number of two different classes using friend function
What is multilevel inheritance?
What does <> mean pseudocode?
Explain the advantages of inheritance.
What is object in oops?
What is the important feature of inheritance?
What is static in oop?
State what is encapsulation and friend function?
What does no cap mean?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
How to hide the base class functionality in Inheritance?