Answer Posted / rujuta
OOPs Concepts:
Class,Objects,Instance,Method,Inheritance,Abstraction
,Encapsulation,Polymorphism
VB6.0 is a Event Driven programming Language Not Object
Oriented Language .Though its EDL it supports some of the
concepts of OOPs Like Class,Module,Procedures(all events are
the Procedures) creation of Objects,Instance,Abstraction
and Encapsulation.
VB doesn't support Inheritance and Polymorphism
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Advantage of ActiveX Dll over Active Exe.
Explain Types of DBCombo boxes?
How would you add elements and pictures to listitems in listview control?
How would you create your application in DHTML?
What is data control in vb?
Which type of object requires this object?
What is hyperlink?
To.set the command button for ESC ___ Property has to be changed.
which property of menu cannot be set at run time.
Is it possible to change menu runtime using API? If yes? Specify the function names.
which method used to move a recordset pointer in nth position in DAG?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
Is the Access Engine and Visual Basic Pro good enough for database work?
Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.
How to find the current record position in data control?