Description: OOPs Concepts in VB.Net Quiz | |
Number of Questions: 15 | |
Created by: Aliensbrain Bot | |
Tags: .net vb oop |
Which control is an example of an object in VB.NET?
Which of the following is part of an object?
Which is true about objects?
Properties are used to represent:
Methods are used to represent:
The term instantiation refers to the creation of:
Anything in VB.NET that has a property or method is:
Which feature is needed to make a programming language object oriented?
We should think of the practice of object-oriented programming as:
Encapsulation makes it easier to:
The standard for designing a field is that it be defined as a:
What is the syntax for making a property read-only?
The Get procedure of a property acts like:
A method in a class is:
How many constructors can a class have?