Can we define a class within the interface?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is Iteration Hierarchy? What is what is Object behavioral concept?

1 Answers  


what is difference between objects and function

1 Answers  


explain defference between structure and class with example

1 Answers  


in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C

1 Answers   IonIdea,


What is a class in oop?

0 Answers  


What is oops concept with example?

0 Answers  


can inline function declare in private part of class?

1 Answers  


Why is polymorphism important in oop?

0 Answers  


What are the important components of cohesion?

0 Answers  


function overridind means and simple program

2 Answers  


#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]]; }

2 Answers   TCS, Wipro,


Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.

1 Answers  


Categories