What is multidimensional array?
what are the characteristics of oops?
how to tackle technical questions
write string class as your own class in java without using any built-in function
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)
What are the three main types of variables?
define oops with class and object
What is polymorphism ? Explain with examples
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
write a program which best describes polymorphism in real world?
2 Answers CTS, Infosys, NexGen,
tel me oops defination in single line
What do you mean by pure virtual functions?
What is interface in oop?