Answer Posted / keli
UP CASTING: it is the process of assigning subclass reference to the super class.
DOWN CASTING:the process of assigning superclass reference to subclass
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What’s the difference between unit, integration and functional testing?
Difference between vector and arraylist.
Can a class be private or protected in java?
Difference between final and effectively final ?
Can you inherit a constructor java?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is a classloader in java?
Can a class be defined inside an interface?
Name component subclasses that support painting in java programming?
Is null false in java?
Is main an identifier?
What is the difference between method overriding and overloading?
What is hash table in java?
What is java abstraction with example?
Can list contain null in java?