Answer Posted / mayank kumar
class is a user defined data type and it is the collection
of element. it contains two things
data member and member function.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What are the 4 main oop principles?
What is constructor overloading in oop?
What is encapsulation and abstraction? How are they implemented in C++?
What are main features of oop?
What is polymorphism explain its types?
What are two types of polymorphism?
What is balance factor?
What is abstraction with example?
What is coupling in oops?
When not to use object oriented programming?
What is difference between pop and oop?
What is inheritance in simple words?
What is ambiguity in inheritance?
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’.
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?