True/False
When you add a class module to a project,any form in the same project will automatically recognize the class properties,methods,and events.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: A new class is created by choosing
Q29: When methods have the same name,but a
Q30: When using inheritance,you can call the base
Q31: A big advantage of OOP over traditional
Q32: Microsoft recommends writing a Finalize procedure,a destructor,when
Q34: The middle tier,the Business tier,can be stored
Q35: Which of the following is NOT true?<br>A)A
Q36: When you have finished defining a class,you
Q37: Objects have properties and methods.
Q38: Write the code for a parameterized constructor