Hi friends
I have experience of 6 months in website design and
maintanence. Now i am looking for other IT jobs.. to switch
platform. please post any interview you know in chennai.
No Answer is Posted For this Question
Be the First to Post Answer
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?
What is interface in oop?
What is difference between class and object with example?
Why polymorphism is used in oops?
c++ is a pure object oriented programming or not?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
What is overriding in oops?
What is polymorphism in oops?
which is platform independent device used in computers
#include <iostream> using namespace std; int main() { int a = 3; 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][2]; }
What do you mean by pure virtual functions?
What is polymorphism and example?