What is abstraction in oop with example?
No Answer is Posted For this Question
Be the First to Post Answer
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
How to overload new operator in c++
Why is static class not inherited?
#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 the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
explain defference between structure and class with example
Is data hiding and abstraction same?
what are abstract classes and how they impliment , with example
explain sub-type and sub class? atleast u have differ it into 4 points?
We have a scale and 7 balls. 1 ball is heavier than all the rest. How to determine the heaviest ball with only 3 possible weighing attempts?
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
Input: enter the value:1234 output: 1 2 3 4 write a program to get above output.....
4 Answers Bally Technologies, IBM, SoftSol,