class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?
2 8072Post New WinSoft Interview Questions
What is DevOps testing?
Is schema the same as database?
What are dynamic loading, dynamic linking and overlays?
What do you mean by scope of a variable in c?
Describe the venus atmosphere?
What is the function of annotation @responsebody?
How do you create a text file?
What is difference between hashtable and dictionary in c#?
State and prove necessary condition for extreme values of the function f (x,y)
What is spark in big data?
Explain the new feature of UFT regarding the export of test results?
How would you achieve web scraping in python?
Explain some of the major built-in objects in asp.net
When do we perform smoke testing?
Does lightning work with visualforce ?