what is the main difference between c and c++?
Answer Posted / pavankumarreddy
c is an object based language where as c++ is an object
oriendted languague. c doesnot supports oops concept,c++
supports oops.
in c there is no cocept of operator overloading, where as
it is in c++.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between encapsulation and polymorphism?
What is the diamond problem in inheritance?
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 the highest level of cohesion?
What are the 3 pillars of oop?
Who invented oop?
write string class as your own class in java without using any built-in function
What is the full form of oops?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Why is there no multiple inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why polymorphism is used in oops?
What is abstraction in oop?
What is difference between abstraction and encapsulation?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?