What is encapsulation selenium?


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

Post New Answer

More OOPS Interview Questions

What are the 4 main oop principles?

0 Answers  


In which cases you use override and new base?

2 Answers  


What is a macro? And how is a macro same as a template?

4 Answers  


What are the access specifiers avaible in c++?

4 Answers  


Are polymorphisms mutations?

0 Answers  






design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

0 Answers   UBS,


write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1 Answers  


what is the need of abstraction? what is abstraction?what is the abstraction for stack?

8 Answers   CTS, Verizon,


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

2 Answers  


What is abstrac class?where is it use?

2 Answers  


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

1 Answers  


Categories