what is the main difference between c and c++?
Answer Posted / m.vivekbalachandar
Language is structure oriented programing language
but c++ is object oriented programing language.
c++ is extension (or) increment of c.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are the types of abstraction?
Why multiple inheritance is not possible?
What is difference between multiple inheritance and multilevel inheritance?
What is interface in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is difference between abstraction and encapsulation?
What are the components of marker interface?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What language is oop?
Can enum be null?
What is the diamond problem in inheritance?
What is oops and why we use oops?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Can an interface inherit a class?
c++ program to swap the objects of two different classes