Exam 10: Introduction to Inheritance
Exam 1: Creating Java Programs61 Questions
Exam 2: Using Data67 Questions
Exam 3: Using Methods Classes and Objects66 Questions
Exam 4: More Object Concepts66 Questions
Exam 5: Making Decisions66 Questions
Exam 6: Looping66 Questions
Exam 7: Characters Strings and the Stringbuilder68 Questions
Exam 8: Arrays66 Questions
Exam 9: Advanced Array Concepts66 Questions
Exam 10: Introduction to Inheritance66 Questions
Exam 11: Advanced Inheritance Concepts66 Questions
Exam 12: Exception Handling66 Questions
Exam 13: File Input and Output66 Questions
Exam 14: Introduction to Swing Components66 Questions
Exam 15: Advanced Gui Topics66 Questions
Exam 16: Graphics66 Questions
Select questions type
When a protected data field or method is created, it can be used within its own class or in any classes extended from that class; but it cannot be used by outside classes.
(True/False)
4.8/5
(44)
Which of the following statements will create a class named Red that is based on the class Color ?
(Multiple Choice)
4.8/5
(34)
An error is generated by the compiler when you attempt to override a static method with a nonstatic method.
(True/False)
4.9/5
(37)
When you use the method name with a child object, the parent's version of the method is used.
(True/False)
4.9/5
(36)
Using a class named Student , write the statement to create a yearOne object of the Student class.
(Short Answer)
4.8/5
(40)
When you create a class and do not provide a(n) ____, Java automatically supplies you with a default one.
(Multiple Choice)
4.7/5
(27)
Showing 61 - 66 of 66
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)