2
Reply

What is meaning of realization in oops?

Ankur Mehta

Ankur Mehta

Aug 30, 2012
4.4k
0

    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.

    Arun GAnwar
    October 20, 2014
    0

    realization means represant a class implements interface and used in xml

    masthan p
    December 02, 2012
    0