Why do we use inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
What is oops concept with example?
what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
what is the use of classes in c++;
why function overloading is not called as pure polymorphism?
#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]]; }
is there any choice in opting subjects like 4 out of 7
what is inline function?
what is a virtual class?
5 Answers Cap Gemini, IBM, Infosys, Trinity Technologies,
how many types of notations are in java
1 Answers National University of Modern Languages (NUML),
What is multidimensional array?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean