what is the main difference between c and c++?
Answer Posted / dharmendra singh
c is a machine level lanuage and c is a progrramming
lanuage but c++ is a object oriented language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an interface in oop?
What are the benefits of interface?
What is a superclass in oop?
What is difference between polymorphism and inheritance?
Can you inherit a private class?
What is oops with example?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is abstract class in oops?
What is overloading in oop?
What is an example of genetic polymorphism?
What does <> mean pseudocode?
What is debug class?what is trace class? What differences are between them? With examples.
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Why do we use polymorphism in oops?
Why oops is important?