Why is C not an OOP language?
No Answer is Posted For this Question
Be the First to Post Answer
Is class an Object? Is object a class?
How to resolve many to many relationship?
6 Answers InfoAxon Technologies, Protech, Samsung,
When will you use an interface and abstract class?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
Differentiate between a class and a method.
Which OOPS concept is used as a reuse mechanism?
Explain OOPS.
Explain about inheritance?
What is Overloading ? Is it similar to overriding ?
Why do we use oops concepts? What is its advantage?
What are the limitations of oops?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?