What is use of overloading?
What is oops with example?
Write a program to reverse a string using recursive function?
What are the four main oops concepts?
what is a class
Can java compiler skips any statement during compilation time?
What is polymorphism give a real life example?
Can you name some types of inheritance?
What is the highest level of cohesion?
how to find the largest of given numbers in an array
What is the example of polymorphism?
How to calculate the age from the date of birth by using the program?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?