what is the main difference between c and c++?
Answer Posted / amit chidrewar
data abstraction and data encapsulation not present in c
while these are features of c++.Moreover emphasis are doing
on procedures in c while in c++ emphasis is dealing in
objects.Inheritance,polymorphism not present in c.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is abstract class in oop?
hi all..i want to know oops concepts clearly can any1 explain??
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is static in oop?
What is cohesion in oop?
What is class and example?
Which language is pure oop?
write a program that takes input in digits and display the result in words from 1 to 1000
What is encapsulation and abstraction? How are they implemented in C++?
What is pure oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are the types of abstraction?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Can a varargs method be overloaded?