AMA University Answers
Login
Register
AMA OED
Courses
CS
CS-6203
The capability of a method to...
The capability of a method to do different things based on the object that it is acting upon. In other words, it allows you define one interface and have multiple implementations.
Inheritance
Abstraction
Polymorphism
Correct
Encapsulation
Similar CS-6203 questions
This is the most restrictive and most commonly used access modifier. If you use the this modifier wi...
The J2SE 1.4 was released on
The process by which one class acquires the properties (data members) and functionalities(methods) o...
This is the least restrictive access modifier. Methods and attributes that use the public modifier c...
The following are the advantages of Inheritance except.
The J2SE 1.2 was released on