Why do we need oop?
No Answer is Posted For this Question
Be the First to Post Answer
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
Why interface is used?
What is static modifier?
what is namespace? what are the uses of namespace?
what is object slicing
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
What is destructor example?
In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
What is property in oops?
namespace is working on which compiler?
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)