Why do we use encapsulation in oops?
No Answer is Posted For this Question
Be the First to Post Answer
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)
What is the difference between class and structure?
What is extreme programming?
What do you mean by Encapsulation?
Child cObj = new Parent() Wahts the output ?
When will a constructor executed?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What are the components of marker interface?
You have one base class virtual function how will call that function from derived class?
#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]]; }
write knight tour problem which is present in datastructure
oops concept is used for?