what is the main difference between c and c++?
Answer Posted / priyadharshini
c is top down approach but c++ is either top down or bottom
up approach....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
write knight tour problem which is present in datastructure
What is a class and object?
What is byval and byref? What are differences between them?
Advantage and disadvantage of routing in telecom sector
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is the main purpose of inheritance law?
Why is polymorphism used?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Can you inherit a private class?
What is polymorphism explain its types?
What is class and example?
Why is encapsulation used?
Give two or more real cenario of virtual function and vertual object
How to improve object oriented design skills?
What is the advantage of oop over procedural language?