Advertisements
Advertisements
प्रश्न
A method is a program module that is used simultaneously at different instances in a program. It helps a user to reuse the same module multiple times in the program. Whenever you want to use a method in your program, you need to call it through its name. Some of the components/features of a method are as described below:
- It defines the scope of usage of a method in the user's program.
- It is the value passed to the method at the time of its call.
- It is a return type that indicates that no value is returned from the method.
- It is an object oriented principle which defines method overloading.
Write the appropriate term used for each component/ feature described above.
घटनेचा अभ्यास
उत्तर
- Access specifier
- Actual parameter
- void
- Polymorphism
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 5: User - Defined Methods - EXERCISES [पृष्ठ ३३६]