Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Define the scope of Public, Private, Friend procedures?



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

Post New Answer

More Visual Basic Interview Questions

What is the difference between ANSI and UNICODE strings when passed as arguments to a DLL?

3 Answers  


Default cursor Type and LockEdit type in DAO?

1 Answers  


How many system controls are available ?

1 Answers  


What do you mean by HTTP?

4 Answers   Wipro,


What is Pseudocode?

0 Answers  


___ is a property to resize a label control according to your caption.

0 Answers  


what are the Types of LockEdits in RDO?

0 Answers  


what are the Differences between variables defined as public in a standard module (.bas) file and a Class file?

2 Answers   CTS, Technocrats,


Which method is preferred to save data like database to the disk?

0 Answers  


Scope of API?s can be of different types, what are they Why API functions are Required?

0 Answers  


What are the record set types?

1 Answers  


How would you view html code in Active Server Pages?

1 Answers  


Categories