Answer Posted / thirupathi raju
O:object
O:oriented
P:programing
S:structure
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
#include
what are the realtime excercises in C++?
what type of question are asked in thoughtworks pair programming round ?
What is the difference between static polymorphism and dynamic polymorphism?
What are the 5 oop principles?
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!!!)
Get me a number puzzle game-program
write a program to find 2^n+1 ?
Why is destructor used?
What is destructor give example?
What is encapsulation example?
c++ program to swap the objects of two different classes
What is meant by oops concept?
Is enum a class?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?