what about you?
wahat is your object?
introduce your self?
Answer Posted / james
Am of Class Human.
and my object is James.
Human james;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is inheritance in oop?
What is overriding 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 object in oop with example?
What is destructor oops?
What is abstraction encapsulation?
What is object in oops?
Why multiple inheritance is not possible?
What is object-oriented programming? Webopedia definition
What is a class and object?
Is html an oop?
What is overloading in oops?
Explain the advantages of inheritance.
What is encapsulation process?
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’.