what is the main difference between c and c++?
Answer Posted / namrata gupta
The main difference between c and c++ is that " C is a
structured programming language while C++ is an object
programming language and also we have templates in C++ that
is not the case in C
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is purpose of inheritance?
What do you mean by overloading?
What does <> mean pseudocode?
What is the difference between encapsulation and polymorphism?
What is interface in oop?
What is property in oops?
what are the ways in which a constructors can be called?
What is inheritance and how many types of inheritance?
What are functions in oop?
What is difference between abstraction and encapsulation?
Can we create object of abstract class?
What are classes oop?
Explain the concepts involved in Object Oriented programming.