Is VB.NET object oriented? What are the inheritances does
VB.NET support ?
Answer Posted / jagan mohan n r
Multiple Inheritance can be achieved in OO through a
concept called Mixin.
But Vb.Net doesn't support the same since if the two parent
classed have the methods/attributes with same, then the
compiler will not know which one should be implemented in
the derived class (thats same like as Ambiguous column name
find, while joining two tables having same field names)
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
What is the role of new keyword?
Explain the use of new keyword?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What is deep copy?
What are the technology areas that microsoft.net contains?
What do you mean by deserialization?
Explain the difference between int and int32?
What is the significance of delegates?
Explain about visual basic.net?
What is the difference between convert.tostring and .tostring() method?
What is visual basic.net culture?
Name a feature which is common to all .net languages?
What do you mean by serialization?
How to achieve Polymorphism in VB.Net?