Multiple choice

Process of identifying the similarities among different classes is called as _______

  1. Specialisation

  2. Generalisation

  3. Abstraction

  4. Overloading

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Generalisation is the process of identifying common features among different classes and creating a base class to capture those similarities. Specialisation (Option A) is the opposite - creating specific derived classes. Abstraction (Option C) hides implementation, and Overloading (Option D) is same name different parameters.