0
1.0kviews
Give the use of generalization in class modelling.

diplomaSubject: Object Oriented Modeling and Design

Difficulty: Medium

Marks: 4 Marks

1 Answer
0
52views

Use of generalization in class modeling:

  • Generalization supports for polymorphism. In this, a call for an operation at the superclass level is resolved by the object oriented compiler to the method that matches the calling object‟s class. Polymorphism increases the flexibility of software.
  • Generalization structures the description of objects. When …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.