what is the main difference between c and c++?
Answer Posted / abi
c is a lengthy language but c++ is a language which is used
to shorts the procedure,
c is structure oriented,but C++ object oriented
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is meant by oops concept?
What is an advantage of polymorphism?
What is the full form of oops?
What is balance factor?
What is the purpose of enum?
What is class in oop with example?
What is protected in oop?
Write a program to reverse a string using recursive function?
What is encapsulation with real life example?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is a class in oop?
How to call a non virtual function in the derived class by using base class pointer
write knight tour problem which is present in datastructure
What do you mean by abstraction?