Which is better struts or spring?
No Answer is Posted For this Question
Be the First to Post Answer
What is overloading in oop?
Contrast OOP and SOA. What are tenets of each?
1 Answers Siebel Systems, Wipro,
difine hierarchical inheritance.
What do you mean by public, private, protected and friendly?
#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]; }
how does a main() in C++ is different from main() in C?
What are the features of oop?
Write a program to demonstrate the use of 'Composition' in C++
what is inline function?
What is the problem with multiple inheritance?
What is destructor give example?
What is an object?