advantage and disadvantage in c++>>oops and what are the
questions ask for interview in c++>>oops. could you tell me
or reply me
No Answer is Posted For this Question
Be the First to Post Answer
What is encapsulation c#?
what is the difference between function template and template of function?explain with example.
Can we have a private virtual method ?
What do you mean by inheritance?
Which type does string inherit from?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
#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]; }
define a string class. overload the operator == to compare two strings
2 Answers Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,
How is class defined?
What is encapsulation selenium?
Why do we use inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?