what is the main difference between c and c++?
Answer Posted / sandeep
c contain only 32 keywords
but c++ contain 48 keywords and 15 ansi keywords
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What are the important components of cohesion?
What is polymorphism used for?
What is the highest level of cohesion?
What are classes oop?
Is oop better than procedural?
What are constructors in oop?
What is polymorphism explain?
What is methods in 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 super in oop?
Why is oop better than procedural?
what is the sylabus for priliminaries?
What is interface in oop?
What is the difference between abstraction and polymorphism?