what i oops concept, how many languages supports oops concept?
Answer Posted / prince ranjith reddy
oops is a concept used to write the computer programs by using classes and objects.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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’.
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
2. Give the different notations for the class.\
What is the main purpose of inheritance law?
What do you mean by abstraction?
What are oops methods?
When not to use object oriented programming?
What are the components of marker interface?
What is a superclass in oop?
Advantage and disadvantage of routing in telecom sector
How do you define a class in oop?
any one please tell me the purpose of operator overloading
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is property in oops?
Why is there no multiple inheritance?