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
What are the types of Error? In which areas the Error occurs?
How can you get selected file from file system Control?
How to customize workgroup message?
Which language is used in visual basic?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
Difference between ActiveX Exe and Dll.
Does VB support pointers to functions?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
Explain Default cursor Type and LockEdit type in DAO?
What about DLL calls that require callbacks?
What is the use of parameters collection?
With in the form we want to check all the text box control are typed or not? How?
Discuss the working with to-do lists.
Explain the "cursortype" and "Locktype" in VB?
Explain the types of Views in Listview Control.