who is the father of OPPS
Answers were Sorted based on User's Feedback
Why polymorphism is used in oops?
what are the ways in which a constructors can be called?
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
what is multithreading in c++ , what is difference between multithreading and singlethreading.
What is the difference between an object and a class?
What is encapsulation process?
suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
What is pure oop?
What is a linked list?
Contrast OOP and SOA. What are tenets of each?
1 Answers Siebel Systems, Wipro,
Which method cannot be overridden?
What is overriding in oops?