When a private constructer is being inherited from one
class to another class and when the object is instantiated
is the space reserved for this private variable in the
memory??

Answer Posted / kamlesh

How do u expect a private part of a class to be inheritable
Do u have any code to support your views
I am ready to solve the same

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a constructor and a destructor?

616


Whats oop mean?

598


How do you use inheritance in unity?

594


What is abstract class in oop?

536


explain sub-type and sub class? atleast u have differ it into 4 points?

1838






What does I oop mean?

618


What is the important feature of inheritance?

636


What is super in oop?

599


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1641


Can we create object of abstract class?

578


write knight tour problem which is present in datastructure

2168


How do you define social class?

603


Can an interface inherit a class?

565


Which is better struts or spring?

624


What is the real life example of polymorphism?

609