What is multidimensional array?
What are the main differences between procedure oriented languages and object oriented languages?
9 Answers IBM, Infosys, Wipro,
What is data binding?
What is the concept of object oriented program?
The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?
Why polymorphism is used in oops?
what is data hiding.
What are constructors in oop?
What is object and example?
write a c++ program to find maximum of two numbers using inline functions.
what is single inheritance?
What is the default size allocated for array in the statement if size not specified " int a[] "
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){...}