Answer Posted / priyadharshini.m
Realization is a kind of relationship that exist between
classes in class diagram which is used to denote that an
interface is realized or implemented by a class.Also this
is used to realte two use cases.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
State some of the advantages of object oriented programming?
What's the order of call of constructors in inheritiance?
What is the difference between oop and sop?
Differentiate between an abstract class and an interface?
What is the use if instanceof keyword?
What are virtual functions, base class pointer, derived class pointer, biding references?
Why dynamic loading is used in object-oriented programming?
What is a ternary operator?
Classes and structs support inheritance. Is this statement true or false?
What is bootstrap, extension and system class loader?
Write a program to show the inheritance used in a class.
Explain the concept of multiple inheritance (virtual inheritance). Write about its advantages and disadvantages?
What is a subclass?
Explain about uml?
Whether static method can use nonstatic members?