What is polymorphism and types?
No Answer is Posted For this Question
Be the First to Post Answer
Can an interface inherit a class?
How Do you Code Composition and Aggregation in C++ ?
Why do we use polymorphism?
wht is major diff b/w c and c++?
What is meant by multiple inheritance?
What are the OOPS concepts?
106 Answers A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,
what is virtual function?
what is new modifier in C#
How to deploy web appliction in web logic ?
1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
Can we override main method?