AMA University Answers
Login
Register
AMA OED
Courses
CS
CS-6203
A class that is declared using...
A class that is declared using abstract keyword.
Child class
Abstract class
Correct
Parent class
Concrete class
Similar CS-6203 questions
A class which is not abstract is referred as.
A class derived from the abstract class must implement all those methods that are declared as abstra...
LinkedList is a class that is high performance and very easy to use but it has a drawback that you c...
It is a type of pattern that ensures a class has only one instance and provide a global access point...
A class can have multiple Static blocks, which will execute in the same sequence in which they have...
It is common to all the instances (or objects) of the class because it is a class level variable.