Why do we use class in oops?
No Answer is Posted For this Question
Be the First to Post Answer
WAP find square root of any number (without using sqrt() )?
There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
namespace is working on which compiler?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is oops and its features?
What is abstraction in oops with example?
what is overloading
what are the different types of qualifier in java?
WHAT IS THE DIFFERENCE BETWEEN OBJECT BASED & OBJECT ORIENTD PROGRAMMING LANGUAGE.(GIVE AT LIST 4 PIONT)
What are the advantages of polymorphism?
What is multidimensional array?
how to swap to variables without using thrid variable in java?