What is the oops and benefits of oops programming?
No Answer is Posted For this Question
Be the First to Post Answer
Tell us about yourself.
47 Answers ABB, Amazon, Fidelity, Flextronics, Franklin Templeton, HCL, Hexaware, IBM, Impetus, Infosys, Reliance, Rofous, Silgate, Sutherland, TCS, Thomson Reuters, Virtusa, Wipro,
When is an object created and what is its lifetime?
What are the OOPS concepts?
106 Answers A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,
#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]; }
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
What does and I oop and sksksk mean?
Why and when is a virtual destructor needed?
Difference between over loading and over ridding?
12 Answers CTS, Patni, Softvision Solution,
what is polymorphism?
what is the difference between ERROR and EXCEPTION?
What is polymorphism programming?
What is cohesion in oop?