The company is a fake company asking for money of RS10000
while training and not offering a job after training. My
humble request to you people not to attend Astersys interview
What is encapsulation in oops?
What is polymorphism in oops?
i^=j; j^=i; i^=j; value of i,j
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
What are the OOPS concepts?
106 Answers A1 Technology, Bajaj, CTS, EDS, HP, Infosys, Intel, Microsoft, MNC, Persistent, PlanetSoft, ProConstructor, TCS, Virtusa, Wipro, YSoft Solutions,
Who invented oop?
Can bst contain duplicates?
How can you overcome the diamond problem in inheritance?
What is the difference between the C & C++?
What is data binding in oops?
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
What is polymorphism in oop example?