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
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?
Do structs support inheritance?
explain dynamic binding
What are the basic concepts of oop?
Explain the different types of constructors
Why is java not fully objective oriented?
what are the different ways for a method to be overloaded?
What is difference between polymorphism and normalization?
Can a class implement two interfaces having default method with same name and signature?
What is the purpose of late binding in object-oriented programming?
What is hybrid inheritance?
Explain about a class in oop?
Why dynamic loading is used in object-oriented programming?
What are the limitations of inheritance?
Can you create an instance of an abstract class?