How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }
6 9335we want build 10ft height ,tostore 4 litresof water.what is theground basement for steel andcement andsand.please send us basment calculation?
BBCL,
2370How to calculate the Volume of PCC, Footing Base, Footing Column, Grouting, Base Plat and plinth beam
1 12508how to get rank of diffrent student in same table based on newly inserted row in sql server2008
ABC,
4 8247What type of question are asked in GE code writing test based on c++ data structures and pointers?
3991Based on the recruitment program and the expected resumption date, can you relocate to Canada if employed by 10th of July 2012?
1 11317i am laying a base of dimensions 6.5feet by 7feet by 1.25 feet depth how many bags of 25kg cement and how many bags of 25kg sand will i need
2494
Can we install Oracle database in VT100 Server?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
How to connect to a remote database using Applet?
How database connectivity in XML is achieved?
How data can be inserted into long row column of database?
Why does RNA have 5 bases and DNA has only 4?
How will you edit a baseline file of a verification point?
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
How do you do EURO conversion at the database level?
Define the database structure in CO-PA?
Allowed program to auto-correct the database when loading a presentation.
What is the Differnce between Client/Server Testing and Web Based Testing?
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
what r the strategies & methodologies r u following in preperation of test cases based on usecase?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?