Properties exposed through ActiveX controls
Write down the properties exposed through ActiveX controls?
Expert
ActiveX controls consist of four types of properties:
a) Stock: These are the standard properties supplied to every control such as: font or color. The developer should activate the stock properties, however there is little or no coding included.
b) Ambient: These are properties of the environment which surrounds the control properties of the container to which it has been placed.
c) Extended: These are the properties which the container handles, generally including size and placement onscreen.
d) Custom: These are the properties added through the control developer.
Normal 0 false false
Scope: A language's scope rules establish how broadly variables, methods and classes are visible in a class or program. The local variables contain a scope restricted to the block in which they are stated, for example. Private methods and variables co
Limit the Scope of Data Declarations at the smallest possible level is consistent with the well known principle of data hiding. It stops one module from inadvertently referencing and modifying data values which are only meant to be used by another mod
Edit-compile-run cycle: A common portion of the program development procedure. The source file is made initially and compiled. The syntax errors should be corrected in the editor before compiling it again. Once the program has been productively compil
Method result: The value returned from a method through a return statement. The kind of expression in the return statement should match the return type declared in method header.
Single inheritance: In Java, a class might not extend more than one class. It means that Java has a single inheritance model for the class inheritance.
Explain in process verses out of process component.
Recursion: Recursion outcomes from a method being invoked whenever an existing call to the similar method has not yet returned. For example: public static void countDown(int n){
How Does Run time data i.e. Parameterization is handled within QTP?
18,76,764
1925170 Asked
3,689
Active Tutors
1420018
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!