Test on Object Oriented Programming Concept
Created by Sunita Nain
Acceder a Google para guardar el progreso. Más información
Name *
Father Name *
Roll No. *
Trade *
ITI Name *
1. A class can be created by inserting in a VBA project.
1 punto
Borrar la selección
 2. Class name in a VBA project can be changed through .
1 punto
Borrar la selección
3.  Class in VBA supports of Object Oriented Programming System.
1 punto
Borrar la selección
4. VBA supports keyword for access control.
1 punto
Borrar la selección
5. A property in VBA can be assigned new value through keyword.
1 punto
Borrar la selección
6.  The value of a property can be obtained using keyword.
1 punto
Borrar la selección
7.  The variable declared using a new class can be initialized using keyword.
1 punto
Borrar la selección
8.  Find the name of the property created using the following lines of VBA code:   Private s as Integer   Public Property Let Score(x as Integer)     s = x   End Property Public Property    Get Score() as Integer Score = s      End Property
1 punto
Borrar la selección
9.  Events fired from components are handled by linked to those events.
1 punto
Borrar la selección
10.  Events wait like hidden armoury until a occurs.
1 punto
Borrar la selección
Enviar
Borrar formulario
Nunca envíes contraseñas a través de Formularios de Google.
Google no creó ni aprobó este contenido. Denunciar abuso - Condiciones del Servicio - Política de Privacidad