AMA University Answers
Login
Register
AMA OED
Courses
ITE
ITE-6104
Which of the following class d...
Which of the following class declaration is not allowed to be inherited?
public abstract class Person {}
None of the above
public class Person {}
class Person{}
public final class Person {}
Correct
Feedbacks
FunPheasant
-
1 year ago
Downvoted this question
Similar ITE-6104 questions
What keyword is used to perform class inheritance?
Which of the following is the correct way to use an interface?
Which of the following methods is allowed to be overriden?
What do you call a class that inherits a class?
Which of the following is the correct way to define an interface?
Which of the following is true about Interface?