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 / amit sinha
If ClassA has m1 method, ClassB has also m1 method. ClassC
inheriting classA and ClassA inheriting ClassB then
ClassA a = new ClassC()
a.m1 will call ClassA m1 method not of ClassB. but is
ClassA don't have m1 then a.m1 will call ClassB m1 method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can I create my own context attributes?
How do we do authentications using atlas?
What is the difference between an event and a delegate?
Explain the Lapsed Listener problem in .net
What is the application frame host?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
Explain dma? : .NET Architecture
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
Explain the use of virtual, sealed, override, and abstract.
which is the institute in hyderabad for providing the live project industry training
how we can fire event in databound column in datagrid without using button?
What is password attribute of the textbox control of .net mobile? : Microsoft dot net mobile
What is the use of CLR in .NET?