What are the good practices to use while designing for
reuse?
Answer / priyadharshini.m
1.Form classes as generic classes whenever it is possible.
2.Set coupling to be low when deciding the message passing
Is This Answer Correct ? | 2 Yes | 0 No |
What is ‘this’ pointer?
If a class inherits an interface, what are the 2 options available for that class?
Can you explain primordial class loader?
Name the different creational patterns in object oriented design?
Define Data Abstraction. What is its importance?
Explian following terms: Constraint Rules, Design by contract.
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
How many methods are there in the externalizable interface?
Who is an Actor?
Comment: C++ "includes" behavior and java "imports"
Giving reasons explain two external responsibilities of a project manager.
What are the types of polymorphism?