Explain about a class in oop?
Can you call the base class method without creating an instance?
What are manipulators?
what is meant by "method-wars"?
Why is planning too much up front a mistake in an OOSAD project?
Describe the Diamond problem. Where does this problem occur?
Differentiate between an abstract class and an interface?
Why use oops?
Explain the purpose of composition.
What are the various types of constructors?
How to resolve many to many relationship?
6 Answers InfoAxon Technologies, Protech, Samsung,
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?
Difference between class and an object?