what is the main difference between c and c++?
Answer Posted / priya
c++ is a middle level language where it understand both machine language and user defined language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the renewal class?
why reinterpret cast is considered dangerous?
Can a varargs method be overloaded?
What is interface in oop?
What is the significance of classes in oop?
What is for loop and its syntax?
c++ program to swap the objects of two different classes
What are the 3 principles of oop?
What is polymorphism what is it for and how is it used?
Prepare me a program for the animation of train
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 type of loop is a for loop?
which feature are not hold visual basic of oop?
Is html an oop?
Which type does string inherit from?