Can an interface inherit a class?
No Answer is Posted For this Question
Be the First to Post Answer
What's the full form of STL?
#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 type of question are asked in thoughtworks pair programming round ?
diff between Virtual mathod and abstract method?
What is the fundamental idea of oop?
Why is object oriented programming so hard?
What are the advantanges of modularity
What is Virtual Keyword?
What is late bound function call and early bound function call? Differentiate.
What is the difference between and interface and an abstract class ?
4 Answers IBM, Infosys, Ness Technologies,
Why static Function is used in C++?
write a c++ code to overload + and - for a stack class such that + provides push and - provides pop operation
1 Answers College School Exams Tests, HCL, IBM, TCS,