Does VB Supports OOPS Concepts? Explain..

Answers were Sorted based on User's Feedback



Does VB Supports OOPS Concepts? Explain....

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

Does VB Supports OOPS Concepts? Explain....

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

Does VB Supports OOPS Concepts? Explain....

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

Does VB Supports OOPS Concepts? Explain....

Answer / ravi kumar noneria

Yes,
But did not support Inheritence and polimorphism.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Visual Basic Interview Questions

Recordset object consists what?

0 Answers  


Difference between Recordset and Querydef?

2 Answers   3i Infotech, IBM, TCS,


How do I force a file dialogue box to reread the currect disk?

0 Answers  


What is the difference between Exec and ExecSQL? (wouldnt this be dependent on data access? Ie ADO use different method than DAO)

1 Answers  


It is possible to access Text (x.txt) files? Explain.

0 Answers  






What is the use of Active Control Property?

0 Answers   HCL,


What about DLL calls that require callbacks?

0 Answers  


Is visual basic still used?

0 Answers  


How to set a shortcut key for label?

2 Answers  


Scope of API?s can be of different types, what are they Why API functions are Required?

0 Answers  


what database you used in project?

2 Answers   Satyam,


How do I call help files from a VB program?

0 Answers  


Categories