Why is polymorphism important in oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is differance between Abstract and Interface
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is Method overloading?
#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]; }
Can main method override?
What is function overloading?,describe it with the example.
What is use of overloading?
What is the difference between class and object?
How is data security provided in Object Oriented languages? ?
What is encapsulation selenium?
What is difference between pop and oop?
What is abstraction in oop?