Answer Posted / paul howard
I use UML, in particularly Sparx Enterprise Architect.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Can we have a default method definition in the interface without specifying the keyword "default"?
What is the need of multiple inheritance?
Describe the Diamond problem. Where does this problem occur?
Can you call the base class method without creating an instance?
What is meant by function overloading and function overriding?
What are Classes and Objects?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What is the difference between a class and an object?
Explain about the relationship between object oriented programming and databases?
What are the features of encapsulation ?
What is the purpose of late binding in object-oriented programming?
What is bootstrap, extension and system class loader?
How can I be thrown polymorphically?
Describe inheritance and non-inheritance of a derived class?
Can we reduce the visibility of the inherited or overridden method ?