9. Oop-Class A has m1 metthode Class B has m1 metthode and
C is the calss that inharits A class, A class inharits B
class. If Object dim c as new A() c.m1(), Tell me which
mettode of class will call
Answer Posted / taipi88
If Class A inherits from Class B, but has a own Method M1,
M1 from Class A overrides M1 of Class B.
If Class A only has a M1 Method by inheriting from Class B, B.M1 will Be
called. Class C doesn't Play any Roll in this scenario.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what are the fundamental and common properties of .net controls?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
Define a virtual memory? : Dot net architecture
Explain How to improve the cache performance? : Dot net architecture
How do you handle this COM components developed in other programming languages in .NET?
What is the application frame host?
Explain the difference between l1 and l2 cache? : Dot net architecture
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
Define cache coherency and how is it eliminated? : Dot net architecture
8. Oop-Why and were we use Interfacse and Abstract class.
What are the different pipelining hazards? : Dot net architecture
What is .net transaction?
What is Opf3
Tell me .net mobile emulators? : Microsoft dot net mobile
Can you explain update progress control?