What is pointer in oop?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between String s=new String("vali"); String s="vali"
string is a class or data type in java?
Why multiple inheritance is not allowed?
what is the basic concept of inheritance?
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,
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
Why do we use encapsulation in oops?
why oops need in programming
ambiguity regulation of multiple inheritance with example.
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
What is debug class?what is trace class? What differences are between them? With examples.
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box