Define the scope of Public, Private, Friend procedures?
Answer / guest
The set of public variables, methods, properties, and
events described in a class module define the interface for
an object. The interface consists of the object members
that are available to a programmer who's using the object
from code.<=====>
You can create private variables, methods, properties, and
events that are used by other procedures within the class
module but are not part of the object's public interface.
Additionally, constants user-defined types, and Declare
statements within a class module must always be
private.<====>
The Friend keyword makes a procedure private to the
project: The procedure is available to any code running
within the project, but it is not available to a
referencing project.
| Is This Answer Correct ? | 6 Yes | 9 No |
what are the Types of cursors in RDO?
What is the tool used to configure the port range and protocols for DCOM communications?
How to trap Data Base Error?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
How do you clear the current selected item from a drop down combo box?
To set the command button for ESC, Which property needs to be changed?
Which ADO object is used to perform commit / rollback ? Is it command or connection or recordset I am not sure of the options given. So please let me know the answer if it is something else.
What are the types of line styles available in Treeview Control?
What do you mean by ADO?
What is ADO?
What is rdo in vb?
How will you retain the values of existing elements in a dynamic array when you want to alter the array size?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)