what is the main difference between c and c++?
Answer Posted / pardeep singh
C is procedure oriented language & c++ is oops based
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Explain virtual inheritance?
Can destructor be overloaded?
How do you define social class?
What is the purpose of enum?
What does it mean when someone says I oop?
What is debug class?what is trace class? What differences are between them? With examples.
What is solid in oops?
What is constructor in oop?
what type of question are asked in thoughtworks pair programming round ?
Write a program to sort the number with different sorts in one program ??
What is encapsulation with real life example?
What is encapsulation and abstraction? How are they implemented in C++?
What is destructor example?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)