What is the oops and benefits of oops programming?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
what is the new version of oops
Does c++ support multilevel and multiple inheritance?
What is oops?what is its use in software engineering?
What is a class in oop?
what i oops concept, how many languages supports oops concept?
What are oops functions?
what is the basic concept of inheritance?
What is polymorphism programming?
What is a template?
#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 Encapsulation?