What is the difference between overloading and overriding a
function?
Answer Posted / smita
overloading method :- is sem class in defintoin.
overriding method:- is subclass and super class in
definatioc
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a variable and constant?
What is the use of keywords in java?
Why stringbuilder is not thread safe in java?
Why is the type for real numbers called double?
How many types of interfaces are there?
How can a gui component handle its own events in java programming?
Explain about doubly linked list
For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green White will have 1 Weight. Red and Green carry no weights. Shortest path is the path with less weight when you add up the weights in the path.
How do you do math powers in java?
What is an immutable class?
What does t in java mean?
what is thread? : Java thread
Is void a type?
How do you check if a number is a perfect square?
What is visibility mode?