What are the Design Patterns you know.
Answer Posted / r.kalpana
Design part is only Structure pattern which means the
genreal part of object creations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a subclass?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
State about java and its relation to object oriented programming?
Describe the Diamond problem. Where does this problem occur?
What is static and dynamic Binding?
What are different types of arguments?
What do you mean by data hiding?
Is it possible to create partial structs, interfaces and methods?
What is the main difference between overloading and overriding?
Explain the mechanism of composition?
Explain what is meant by polymorphism?
Difference between class and an object?
What are the four important foundation concepts of OOP ?
Explain OOPS.