What is inheritance and how many types of inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
Is this job good for future? can do this job post grduate student?
What is coupling in oop?
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 the main feature of oop?
how to create thread in java?
17 Answers IBM, Infosys, Wipro,
what is the need of abstraction? what is abstraction?what is the abstraction for stack?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
can you give the dynamic polymorphism types?
what is object oriented programming and procedure oriented programming?
What is abstraction?
What do you mean by public, private, protected and friendly?
Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?