AMA University Answers
Login
Register
AMA OED
Courses
CS
CS-6203
A class which is not abstract...
A class which is not abstract is referred as.
Child class
Parent class
Abstract class
Concrete class
Correct
Similar CS-6203 questions
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.
A class can be made static only if it is ?