Process of identifying the similarities among different classes is called as _______
-
Specialisation
-
Generalisation
-
Abstraction
-
Overloading
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.