Answer Posted / khadeer.k
when a function is declared inside the class, it can be
used or imlemented with the operator called scope
resolution operator with a :: symbol.
Is This Answer Correct ? | 24 Yes | 16 No |
Post New Answer View All Answers
What do you mean by abstraction?
What is the real time example of inheritance?
What is constructor in oop?
What is constructor overloading in oop?
What is coupling in oop?
Why is oop useful?
class type to basic type conversion
Why do we use class?
Is this job good for future? can do this job post grduate student?
can we make game by using c
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’.
Why do we use encapsulation in oops?
What is cohesion in oop?
Which type does string inherit from?
How do you achieve polymorphism?