class A
{
private int i;
}
class B extends A
{
private int i;
}
if I create an object of B class what will be the memory of that object.
Answer Posted / bhavya
12 bytes
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How do I enable java in safari?
What are filterstreams?
Can we create object of static class?
Where is jre installed?
What is the use of optional ?
how to write a program for sending mails between client and server
What is the default value of an object reference declared as an instance variable?
Are there structures in java?
What is io stream in java?
What is the role of the java.rmi.naming class?
What is arraylist e in java?
what is a working thread? : Java thread
What do you mean by data type?
What is the function of java?
Differences between C and Java?