Answer Posted / vijay tandel
Java is not pure OOP Language because it uses primitive data
types.
Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What are functions in oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are objects in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is abstraction encapsulation?
What is basic concept of oop?
how to get the oracle certification? send me the answer
Why do we use oops?
Can we have inheritance without polymorphism?
to find out the minimum of two integer number of two different classes using friend function
How is class defined?
Is oop better than procedural?
What is stream in oop?
Why do we use class in oops?
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’.