Why is static class not inherited?
No Answer is Posted For this Question
Be the First to Post Answer
What is overriding vs overloading?
What is the diamond problem in inheritance?
What is the purpose of enum?
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
what is object oriented programming and procedure oriented programming?
What are the three main types of variables?
What is the real life example of polymorphism?
What are the advantages of inheritance?
26 Answers IBS, TCS,
How to call a non virtual function in the derived class by using base class pointer
Which language is not a true object oriented programming language?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?