what is the main difference between c and c++?
Answer Posted / kani
c is a not oops language...but c++ is oops languge...in c v
use include<stdio.h>but in c++ v using include<iostream.h>
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is this job good for future? can do this job post grduate student?
what is the drawback of classical methods in oops?
What is encapsulation oop?
What is for loop and its syntax?
Why is encapsulation used?
write a program to find 2^n+1 ?
What is the point of polymorphism?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is a function in oop?
What is the types of inheritance?
What is destructor example?
What is abstraction in oops?
What is encapsulation with example?
What is multilevel inheritance explain with example?
can we make game by using c