Multiple Choice
A class with no abstract methods is called a
A) concrete class
B) encapsulated class
C) abstract class
D) private class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: _ refers to the process of associating
Q3: Assigning an object of an ancestor class
Q5: _ binding refers to the method definition
Q7: An abstract class must have the modifier
Q8: The clone method return type is:<br>A)the same
Q11: The final modifier is included before the
Q11: The clone method has _ parameters.<br>A)zero<br>B)one<br>C)two<br>D)three<br>
Q24: Implement the base class in the shoe
Q28: Late binding refers to the method definition
Q29: What is wrong with the following method