what is the main difference between c and c++?
Answer Posted / yesvanth
C program is for system software while C++ for application
software
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use class in oops?
What is polymorphism and types?
to find out the minimum of two integer number of two different classes using friend function
What are different oops concepts?
Why is static class not inherited?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
write a program to find 2^n+1 ?
What is multilevel inheritance explain with example?
What are classes oop?
What is difference between multiple inheritance and multilevel inheritance?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
How to improve object oriented design skills?
What is this pointer in oop?
What is ambiguity in inheritance?
What is inheritance and how many types of inheritance?