what is the main difference between c and c++?
Answer Posted / anees
c does not support the c++ programme but c++ support the c
program.c++ support operator overloading but
c doesn't support operator overloading.C++ allows the
programmer to create classes, which are
somewhat similar to C structures. However, to a class can be
assigned methods, functions associated to it, of various
prototypes, which can access and operate within the class,
somewhat like C functions often operate on a supplied
handler pointer.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
can inline function declare in private part of class?
What is destructor in oop?
is there any choice in opting subjects like 4 out of 7
What is destructor example?
What causes polymorphism?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is oops concept with example?
What do you mean by Encapsulation?
Which language is not a true object oriented programming language?
Get me a number puzzle game-program
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What are two types of polymorphism?
Plese get me a perfect C++ program for railway/airway reservation with all details.
program for insertion ,deletion,sorting in double link list
Is data hiding and abstraction same?