what is the main difference between c and c++?
Answer Posted / shivi
c++ use modular approach
c does't use modular approach
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is overriding in oop?
Why polymorphism is used in oops?
What is a class oop?
State what is encapsulation and friend function?
What is oops and its features?
Why we use classes in oop?
Why is abstraction used?
What is abstraction encapsulation?
Why multiple inheritance is not allowed?
Can abstract class have normal methods?
What is object-oriented programming? Webopedia definition
What is difference between multiple inheritance and multilevel inheritance?
What is super in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is the problem with multiple inheritance?