Will I be able to get a picture in D drive to the c++
program? If so, help me out?
No Answer is Posted For this Question
Be the First to Post Answer
explain sub-type and sub class? atleast u have differ it into 4 points?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is encapsulation with real life example?
1. Define a class.
WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
OOP'S advantages of inheritance include:
#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]]; }
what is object oriented programming and procedure oriented programming?
what is object slicing?
what is a class
What is the importance of oop?
Why is oop useful?