2
Reply

What is meaning of realization in oops?

Ankur Mehta

Ankur Mehta

12y
4.4k
0
Reply

    Realization is a relationship between the blueprint class and the object containing its respective implementation level details. This object is said to realize the blueprint class. In other words, you can understand this as the relationship between the interface and the implementing class.Example: A particular model of a car ‘GTB Fiorano' that implements the blueprint of a car realizes the abstraction.

    realization means represant a class implements interface and used in xml