Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Visual Basic
Quiz 10: Object-Oriented Programming: Inheritance
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
A method must be declared __________ for it to be overridden by derived classes.
Question 2
True/False
All classes in Visual Basic have Object as either a direct or indirect base class.
Question 3
Multiple Choice
Which of the following pairs demonstrates the "is-a" relationship?
Question 4
Multiple Choice
To avoid duplicating code (and possibly errors) ,use ________,rather than ________.
Question 5
Multiple Choice
__________ is a form of xe "code reuse"xe "software reuse"software reuse in which a new class is created quickly and easily by absorbing an existing class's members and customizing them with new or modified capabilities.