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...


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

Answers were Sorted based on User's Feedback



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

Answer / pratap557

In Module , global variables are declared, whereas in class
file unless one creates the class instance , cannot get the
variable declared in the public section of that class

Is This Answer Correct ?    7 Yes 1 No

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

Answer / jojo

i bas All the variable are public by default u can access
the variable throughtout the project.
In class u need the instance of the class called object to
access it

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

What is the difference between a Sub and a Function?

3 Answers  


How can you Implement windows functionality in VB?

0 Answers  


What do you mean by ADO?

1 Answers  


How does the following statements work? On Error Goto 0

4 Answers  


Advantage of ActiveX Dll over Active Exe.

0 Answers  


Wat is multithreading in VB?

4 Answers  


Clear property is available in hich control?

2 Answers  


What is the default workspace?

0 Answers  


Can you create a tabletype of recordset in Jet connected ODBC dbengine.

0 Answers  


Types of Modal windows in VB.

1 Answers  


what are the Types of DBCombo boxes?

0 Answers  


How should dates be implemented so they work with other language and country formats?

0 Answers  


Categories