Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answers were Sorted based on User's Feedback
Answer / manish upadhyay
vb.net is not pure object oriented as compare C#.it is
support inheritance concepts but not supports to multiple
inheritance
Is This Answer Correct ? | 3 Yes | 8 No |
Answer / srini
vb.net is not a object oriented. its a compiled language.
Is This Answer Correct ? | 3 Yes | 10 No |
Answer / harikrishnan
Vb.net supports all inheritance
1)single inheritance
It means Single class inheriting to single child classes
2)multiple inheritance
multiple classess inherits to single classes
3)Multilevel Inheritance
Single class inherits to one class that class inheritd to
single another class
4)Heirarichal inheritance
Single class inherits to Multiple classes
5)Hybrid Inheritance
Single class inherits to different classess and that
classes inherits to one class
Is This Answer Correct ? | 7 Yes | 16 No |
i have attended interview for cognizant ( 3 +,on .net ) on 19-06-2010 till now i have not given the status ..am confused... does any one faced same situation ...could please tell what would be happened
How does vb.net achieve polymorphism?
Explain nested classes?
List the types of generations in garbage collector?
What is JIT(Just In Time) and How it works?
5 Answers Data Entry Operator, Infocons, Siemens,
Why should you use delegate?
What is difference between import system.data.sqlclient,system.data.oledb?
Explain the difference between system.string and system.stringbuilder classes?
What is the significance of delegates?
thak you Mr Govind for replying to my question. My next question is that how to retrieve image stored in an SQL server table and assign it to any image control or picture control using VB.net
What does assert() method do In VB.NET
Give the sample code for ItemStockGroupwise Report?