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 is file in java?
How to create packages in java?
Is int primitive data type?
worst case complexities of Quick sort and Merge sort.
What are the three types of design patterns?
What about features of local inner class?
What does @override mean?
Can a static method be overridden in java?
Is array a class in java?
Does a function need a return?
Explain about anonymous inner classes in java?
What is the loop in java?
What is a line break?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is integer valueof?