what is the main difference between c and c++?
Answer Posted / shashank mishra
c is structure programming language but c++ is object
orinted language
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are oops methods?
What is a superclass in oop?
What is abstraction 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 are the benefits of interface?
What are the features of oop?
Why do we need oop?
Why is object oriented programming so hard?
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?
What is polymorphism and why is it important?
Get me an image implementation program.
How do you use inheritance in unity?
What is and I oop mean?
Who invented oop?
what are the ways in which a constructors can be called?