praveen murali wrote:I have been reading a lot about abstract classes and wonder why actually it is Abstract? Now I do know that, what abstract is and what it means in terms of programming. What I am looking for is -
1) How does an abstract class behave in JVM environment ?
2) Someone told me that footprint of these classes on system memory is null, is it right ?
3) Does the abstract class exist on the java heap, irrespective of the fact that it has been re used or not?
I tried looking for these answers on the net, but nothing has come up yet, if you have a link to guide,
"Leadership is nature's way of removing morons from the productive flow" - Dogbert
Articles by Winston can be found here
Regards,
Mahesh Kedari - Fidus Technologies Ltd.
praveen murali wrote:All I was looking for was the impact an abstract class has on memory, after being instantiated, like do we really go back to the abstract class and load it into memory...
"Leadership is nature's way of removing morons from the productive flow" - Dogbert
Articles by Winston can be found here
BalaMurali dhar wrote:Abstract class : abstract class is a class that contains one or more abstract method...
"Leadership is nature's way of removing morons from the productive flow" - Dogbert
Articles by Winston can be found here
Regards,
Mahesh Kedari - Fidus Technologies Ltd.
Campbell Ritchie wrote:Are you sure you know about abstraction? It has hardly anything to do with abstract classes.
Consider Paul's rocket mass heater. |