Can you explain polymorphism?
Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
What is polymorphism in oops?
What is basic concept of oop?
What is methods in oop?
create a c++ program that will accepts 9 inputs using 3 by 3 array.
#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
what is difference between objects and function
what is object slicing?
tel me oops defination in single line
What is use of overloading?
what is difference b/w object based and object oriented programming language?
18 Answers Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,