What is the difference between overloading and overriding a
function?

Answer Posted / meraj ansari

this answer is correct

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why string is a class?

546


Explain an intermediate language?

507


Is treeset sorted in java?

577


Why do we use threads in java?

561


Is it possible to use string in the switch case?

555






Does java have extension methods?

527


What is Java Package and which package is imported by default?

593


What is application system?

503


When do we use hashset over treeset?

531


What state does a thread enter when it terminates its processing in java programming?

576


What is meant by class loader? How many types are there? When will we use them?

505


What are the differences between heap and stack memory?

545


When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?

609


What is ++ a in java?

568


I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?

521