what is the main difference between c and c++?
Answer Posted / richa
c is not object oriented but c++ is object oriented
Is This Answer Correct ? | 6026 Yes | 496 No |
Post New Answer View All Answers
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(); }
how to get the oracle certification? send me the answer
What is the purpose of enum?
What is abstraction encapsulation?
What is the oops and benefits of oops programming?
What is constructor in oop?
How to improve object oriented design skills?
What are the data types in oop?
What is abstract class in oops?
What is polymorphism in oop example?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Why multiple inheritance is not possible?
What is static modifier?
Why multiple inheritance is not allowed?
What is the highest level of cohesion?