Does VB Supports OOPS Concepts? Explain..
Answers were Sorted based on User's Feedback
Answer / r. antony greetan
Yes, But partially...
Because we can't define a sub class for a super class(
Inheritance property of OOPS).
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / 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 |
Answer / parmanand
Just to add.. VB6.O is object based language not OOPS
language. Hence is supports some OOPS feature not all.
Antony is correct.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / ravi kumar noneria
Yes,
But did not support Inheritence and polimorphism.
Is This Answer Correct ? | 2 Yes | 4 No |
Explain the types of Views in Listview Control.
Is a foo VBX/DLL available as shareware/freeware?
what is the Code for DSN Less Connection?
What is the difference between Single and Double in VB?
What is the use of OLE?
what are the Differences between variables defined as public in a standard module (.bas) file and a Class file?
what are the Differences between Recordset and Resultsets?
0 Answers IBS, Lava International,
What is data binding in vb net?
What is the error message that you would get if you try to assign "Null" to an integer variable?
What are the different compatibility types when we create a COM component?
what are the different Types of Recordsets.
What is Mask Edit and why it is used?