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
Programming with Microsoft Visual Basic
Quiz 11: Classes and Objects
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
Which of the following clauses allows a derived class named Truck to have the same attributes and behaviors as its base class,which is named Automobile?
Question 22
Multiple Choice
You can create one class from another class.In OOP,this is referred to as ____.
Question 23
Multiple Choice
Case 1 - chaussure.com chaussure.com is an online shoe retailer. The applications for the web site are developed using classes and object-oriented programming techniques. -An application needs to calculate the sales tax for an order.Which of the following is a valid example of a variable in a class that can be validated in the Set block of a Property procedure?
Question 24
Multiple Choice
In a Property procedure,the dataType must match the data type of ____ associated with the Property procedure.
Question 25
Multiple Choice
If you create an auto-implemented property named State,Visual Basic will create a hidden Private variable named ____.
Question 26
Multiple Choice
The Tree class is derived from a base class named Plant.Which of the following statements can be used by the Tree class to invoke the Plant class's default constructor?
Question 27
Multiple Choice
____ is useful when two or more methods require different parameters to perform essentially the same task.
Question 28
Multiple Choice
A(n) ____ is a class method whose sole purpose is to initialize the class's Private variables.
Question 29
Multiple Choice
Case 1 - chaussure.com chaussure.com is an online shoe retailer. The applications for the web site are developed using classes and object-oriented programming techniques. -Which of the following is a valid example of an object?