what will the output

what will the output

class Parent has a public method play() that prints "Parent is playing". A class Child that extends the Parent class also has the method play() that prints "Child is playing". An instance of Child class called Sonu is typecast to Parent class as below. Child sonu = new Child(); Parent p = (Parent) sonu; p.play(); What will be the output of above section of code?

View Answers

February 8, 2012 at 11:45 AM

Output is: Child is playing


June 27, 2012 at 11:26 PM

Write a Program that accepts a String by your name and display it on the screen









Related Tutorials/Questions & Answers:
What will be the Output?
What will be the Output?  int[] number = {5,3,6,10,1} int temp; for (int i=0; inumbers[j]) { temp=numbers[i]; numbers[i]=numbers[j] number[j]=temp
What is the output if....
What is the output if....  Here is my code. what is the output...;When we put 50 as a lower limit value, output comes: (adsbygoogle... violation. After the catch block When we put 150 as a lower limit value, output
Advertisements
what will the output
= (Parent) sonu; p.play(); What will be the output of above section of code...what will the output  class Parent has a public method play() that prints "Parent is playing". A class Child that extends the Parent class also has
what is the output?
what is the output?  public class MyAr{ public static void main(String argv[]) { int[] i=new int[5]; System.out.println(i[5]); } }   It gives ArrayIndexOutOfBoundsException as you haven't add element to array. Correct
what is given output?
what is given output?  public class { public static void main(string argv
c programming..what wil be the output of this program
c programming..what wil be the output of this program   #include int main() { int arr[] = {0,1,2,3,4}; int i,*ptr; for (ptr=arr+4; ptr= arr; ptr--) { printf("%d",*ptr
output
output  Sir,I am experiencing some problems with the output of this program.I got some useful help this website,but the output of the program isn't producing what it should.let me explain the output below is what happen when
What is the equivalent method in Java which is equivalent to clrscr() in c/c++ . The code should help to clear the output screen ?
What is the equivalent method in Java which is equivalent to clrscr() in c/c++ . The code should help to clear the output screen ?  Hello to all, I have searched the net to know that is there any equivalent method for clrscr
Output of flex
Output of flex  hi....... please provide the name of the output file. What is the output of flex applications? please rply ASAP........ Thanks
triangle output
triangle output  program to get the following output
output error
output error  this is my program import java.io.*; public class...]; for (k=0;k } } if i enter "my name" as the input the output is only "my" what is the error.my actual out put should be"my name
output variable
output variable  if i want to print output of three variables when i wrote the code e.g SYStem.out.PRINTln(answer + answer1 + answer 2) only output of answer is getting printed out? can you help
triangle output
triangle output  program to get the following output: * *   Hi Friend, Please specify the pattern properly.ADS_TO_REPLACE_1 Thanks
output of the program
output of the program  public static int sum(List list) { int sum = 0; for ( Iterator iter = list.iterator(); iter.hasNext(); ) { int i = ((Integer)iter.next()).intValue(); sum += i; } return sum
xml output
xml output  generate an xml output in the following format <FileCount> <DOC>AA <RTF>BB <PDF>CC <Total>DD where AA=total number of .DOC files found BB=total number of .RTF files found,etc
input output
Input And Output       Introduction The Java I/O means Java Input/Output and is a part... used for writes byte to output stream. It implements a buffered output
output java - Java Beginners
; } a. what is the output of the ff. java statement:? i. System.out.println (secret...output java  public static int secret(int one) { int i; int...?  Hello Are you beginner? Ok, The first Output is 125
ModuleNotFoundError: No module named 'output'
ModuleNotFoundError: No module named 'output'  Hi, My Python... 'output' How to remove the ModuleNotFoundError: No module named 'output'... to install padas library. You can install output python with following command
Data input & output Stream
Data input & output Stream  Explain Data Input Stream and Data Output... stream in a machine-independent way. A data output stream lets an application write primitive Java data types to an output stream in a portable way
how to get following output
how to get following output  input 123456 output 1 2 3 4 5 6
how to get following output
how to get following output  input 123456 output 1 2 3 4 5 6
Error output - JSP-Servlet
Error output  Can anyone please assist me; The printed output should be: The product is 10. But instead of it I got; The product is undefined. Can anyone trace what went wrong of my code pls
Output Encoding - JSP-Servlet
Output Encoding  From security vulnerability perspective, we?d like to perform output encoding of special characters (ex: < > ? ? % ; ( ) & +) on JSP while displaying pages.How can this be achieved ? Can we achieve
Input and Output package
Input and Output package  Hi guys, My professor used input and output... she used in.readint() out.writeln() commands to read input and print output. she created two new objects directly to use this statements. /* input and output
Object Output Stream
Object Output Stream  Can anyone decode the data from a file which is written by ObjectOutputStream?? I want to know if this is a secure way to write protected data without encryption
how to write code for this output?
how to write code for this output?   1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
output using SQL
output using SQL  how to get ( 15 march 2011) and (15/03/2011) output using SQL   Use the following queries to get the data from database in the given format. For (15 march 2011) format: SELECT DATE_FORMAT(dob, '%d
Output of null value
(str); } } Output value Null Description:- In the given example
output error - JSP-Servlet
output error  /*hi friends, the given below is my servlet program error? How can i solve this problem? */ HTTP Status 500 - -------------------------------------------------------------------------------- type Exception
input output in java
input output in java  java program using filereader and filewriter   Hi Friend, Try the following code: import java.io.*; class FileInputStreamAndFileOutputStream { public static void main(String[] args) throws
What is SPOOL?
What is SPOOL?  What is SPOOL?   SPOOL command stores output to a file
Handling transformation output
Handling transformation output       Handling transformation output After passing xml and xsl sheets , we need to handle output ,after transformation
Creating custom output using XMLUnit - MatchTracker duplicates the output data
Creating custom output using XMLUnit - MatchTracker duplicates the output data  how to create a custom output using xmlunit, I have tried it and used... in input xml and I am having duplicate data in output
How to compile & get output for JSP
How to compile & get output for JSP  HI My Roseindia friend has given the answer as RUN the JSP How to run the JSP Program? But what i mean is that i... the said above one. So Kinly tell me the solution how to get the output
How to get Output for a Bean problem
How to get Output for a Bean problem  Hello Kindly tell me a simple Program on Bean to get the Output using JSP code
ModuleNotFoundError: No module named 'colcon-output'
ModuleNotFoundError: No module named 'colcon-output'  Hi, My... 'colcon-output' How to remove the ModuleNotFoundError: No module named 'colcon-output' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'list_output'
ModuleNotFoundError: No module named 'list_output'  Hi, My Python... 'list_output' How to remove the ModuleNotFoundError: No module named 'list_output' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'matrix_output'
ModuleNotFoundError: No module named 'matrix_output'  Hi, My... 'matrix_output' How to remove the ModuleNotFoundError: No module named 'matrix_output' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'Output_item'
ModuleNotFoundError: No module named 'Output_item'  Hi, My Python... 'Output_item' How to remove the ModuleNotFoundError: No module named 'Output_item' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'output_matrix'
ModuleNotFoundError: No module named 'output_matrix'  Hi, My... 'output_matrix' How to remove the ModuleNotFoundError: No module named 'output_matrix' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'output_package'
ModuleNotFoundError: No module named 'output_package'  Hi, My... named 'output_package' How to remove the ModuleNotFoundError: No module named 'output_package' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'PLP-Output'
ModuleNotFoundError: No module named 'PLP-Output'  Hi, My Python... 'PLP-Output' How to remove the ModuleNotFoundError: No module named 'PLP-Output' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'PLP-Output'
ModuleNotFoundError: No module named 'PLP-Output'  Hi, My Python... 'PLP-Output' How to remove the ModuleNotFoundError: No module named 'PLP-Output' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'quartet_output'
ModuleNotFoundError: No module named 'quartet_output'  Hi, My... named 'quartet_output' How to remove the ModuleNotFoundError: No module named 'quartet_output' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'tree_output'
ModuleNotFoundError: No module named 'tree_output'  Hi, My Python... 'tree_output' How to remove the ModuleNotFoundError: No module named 'tree_output' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'accessible_output'
ModuleNotFoundError: No module named 'accessible_output'  Hi, My... named 'accessible_output' How to remove the ModuleNotFoundError: No module named 'accessible_output' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'colcon-output'
ModuleNotFoundError: No module named 'colcon-output'  Hi, My... 'colcon-output' How to remove the ModuleNotFoundError: No module named 'colcon-output' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'file_output'
ModuleNotFoundError: No module named 'file_output'  Hi, My Python... 'file_output' How to remove the ModuleNotFoundError: No module named 'file_output' error? Thanks   Hi, In your python environment
XSLT Output Types
; } Output Types The xsl:output element lets you specify how to generate result output. Although it is not required to specify the type of output but an XSLT... of the output element.  The xsl:output element is a top-level element
printing the following output using for loop
printing the following output using for loop  1 2 3 3 4 5 4 5 6 7

Ads