Exam 9: Object-Oriented Programming: Classes and Objects
Exam 1: Introduction to Computers, the Internet and Visual Basic38 Questions
Exam 2: Dive Into Visual Basic Express 2012 Express26 Questions
Exam 3: Introduction to Visual Basic Programming41 Questions
Exam 4: Introduction to Problem Solving and Control Statements73 Questions
Exam 5: Problem Solving and Control Statements49 Questions
Exam 6: Methods76 Questions
Exam 7: Arrays79 Questions
Exam 8: Files and Streams35 Questions
Exam 9: Object-Oriented Programming: Classes and Objects80 Questions
Exam 10: Object-Oriented Programming: Inheritance82 Questions
Exam 11: Introduction to Linq29 Questions
Exam 12: Databases and LINQ to SQL24 Questions
Exam 13: Web App Developing in Aspnet With Vb35 Questions
Exam 14: Windows Forms Gui: a Deeper Look124 Questions
Exam 15: Graphics and Multimedia76 Questions
Exam 16: Exception Handling62 Questions
Exam 17: Strings and Characters: a Deeper Look116 Questions
Exam 18: Files and Streams53 Questions
Exam 19: Xml and Linq to Xml72 Questions
Exam 20: Windows 8 Ui Xaml28 Questions
Exam 21: Windows 8 Graphics and Multimedia22 Questions
Exam 22: Windows Phone 8 Case Study19 Questions
Exam 23: Asynchronous Programming With Async and Await35 Questions
Exam 24: Web App Development With Aspnet: a Deeper Look6 Questions
Exam 25: Web Services16 Questions
Exam 26: Windows Azure Cloud Computing Case Study15 Questions
Exam 27: Visual Basic 2012 How to Program58 Questions
Exam 28: Visual Basic 2012 How to Program30 Questions
Exam 29: Data Structures and Generic Collections77 Questions
Select questions type
The keyword _______ indicates that the method overrides an existing method with the same signature.
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
B
Primitive-type variables refer to objects in a Visual Basic app.
Free
(True/False)
4.9/5
(36)
Correct Answer:
False
While shadowing,programmers could use the This keyword and the dot separator to access the instance variable.
Free
(True/False)
4.8/5
(31)
Correct Answer:
False
The Me reference is used implicitly to refer to the instance variables,properties and methods of an object.
(True/False)
4.9/5
(42)
Each class you create becomes a new type that can be used to declare variables and create objects.
(True/False)
4.9/5
(44)
If you write the code Public Property Hour As Integer,the compiler would generate property code that would use the Private instance variable __________.
(Multiple Choice)
4.9/5
(30)
Me can be used to distinguish between a local variable and an instance variable that share the same name.
(True/False)
4.9/5
(38)
A primitive-type variable can store exactly one value at a time,whereas one object can contain many individual pieces of data.
(True/False)
4.7/5
(39)
Failure to release resources when the program is no longer using them can cause .
(Multiple Choice)
4.8/5
(30)
A class can be used to create an instance of the class called a(n)________.
(Multiple Choice)
4.8/5
(32)
To access a Private Shared class member when no objects of the class exist,a Public Shared method or property must be provided.
(True/False)
4.9/5
(30)
Shared class members are available only after the first object of that class is created
(True/False)
4.8/5
(32)
Programmers are encouraged to use method-parameter names that that are the same as instance variable names.
(True/False)
4.9/5
(31)
Each object of a class has its own copy of all the instance variables of the class.
(True/False)
4.9/5
(45)
Object initializers (which initialize an object and its properties)use what keyword?
(Multiple Choice)
4.8/5
(36)
A constructor method is invoked each time an object of the class is instantiated.
(True/False)
4.8/5
(38)
Showing 1 - 20 of 80
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)