what is the main difference between c and c++?
Answer Posted / pooja
c is a procedure oriented language
c++ is a structure oriented language
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of polymorphism?
#include
What is a class and object?
What is meant by oops concept?
What are classes oop?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is difference between abstraction and encapsulation?
What is inheritance in oop?
What is the real time example of inheritance?
What is oops with example?
How do you achieve polymorphism?
What is the problem with multiple inheritance?
What is the purpose of enum?
Which method cannot be overridden?
What is class encapsulation?