Font size
WorksheetsObject-Oriented Concepts
Total questions: 8
Worksheet time: 4mins
Object-Oriented Programming හි ප්රධාන සංකල්පය කුමක්ද?
Procedure Based Programming
Top-Down Design approach
Real World Objects
වස්තු-නැඹුරු ක්රමලේඛනයට සහය නොදක්වන ක්රමලේඛන භාෂා මොනවාද?
Python
Pascal
C++
C#
වස්තූන්ගේ ලක්ෂණ මොනවාද? (What are the features of Objects?)
Attributes and Methods
Variables and Functions
Parameters and Arguments
Classes and Objects
වස්තු-නැඹුරු වැඩසටහන්කරණයේ පන්තියක් යනු කුමක්ද?
(What is a Class in Object-Oriented Programming?)
වස්තු සමූහයකි
(A group of Objects)
ගුණාංග සමූහයකි
(A set of Attributes)
ක්රම එකතුවකි
(A collection of Methods)
විචල්ය වර්ගයකි
(A type of Variable)
වස්තූන් තුළ ඇති ගුණාංගවල අරමුණ කුමක්ද?
What is the purpose of Attributes in Objects?
වස්තූන්ගේ හැසිරීම නිර්වචනය කිරීමට
To define the behavior of Objects
Objects තුළ දත්ත ගබඩා කිරීමට
To store data in Objects
වස්තූන් තුළ ක්රියා සිදු කිරීමට
To perform actions in Objects
වස්තූන් අතර සම්බන්ධතා ඇති කිරීම
To create relationships between Objects
වස්තු වල ක්රම වල කාර්යභාරය කුමක්ද?
What is the role of Methods in Objects?
වස්තූන්ගේ ව්යුහය නිර්වචනය කිරීම
To define the structure of Objects
වස්තූන්හි දත්ත හැසිරවීමට
To manipulate data in Objects
වස්තූන්ගේ තත්වය නියෝජනය කිරීමට
To represent the state of Objects
වස්තූන්ගේ අවස්ථා නිර්මාණය කිරීමට
To create instances of Objects
පන්ති සහ වස්තු අතර සම්බන්ධය කුමක්ද?
What is the relationship between Classes and Objects?
පන්ති යනු වස්තූන්ගේ අවස්ථා වේ
Classes are instances of Objects
වස්තු යනු පන්තිවල අවස්ථා වේ
Objects are instances of Classes
පන්ති සහ වස්තු සමාන වේ
Classes and Objects are the same
පන්ති සහ වස්තූන් අතර සම්බන්ධයක් නොමැත
Classes and Objects have no relationship
Object-Oriented Programming වල වැදගත්කම කුමක්ද?
What is the significance of Object-Oriented Programming?
එය මොඩියුලර් සහ නැවත භාවිතා කළ හැකි කේතය සඳහා ඉඩ සලසයි
It allows for modular and reusable code
එය සංවර්ධන ක්රියාවලිය සරල කරයි
It simplifies the development process
එය කේත සංවිධානය සහ නඩත්තුව වැඩි දියුණු කරයි
It improves code organization and maintenance
ඉහත සියල්ලම
All of the above
