logo

Crowdly

Browser

Add to Chrome

Milleks kasutatakse kapseldamist ( encapsulation )? class Computer: ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Milleks kasutatakse kapseldamist (encapsulation)?

class Computer:

    def __init__(self):

        self.__sellingprice = 700

    def sell(self):

        print(f"Selling Price: {self.__sellingprice}")

    def setSellingPrice(self, price):

        self.__sellingprice = price
0%
0%
More questions like this

Want instant access to all verified answers on moodle.taltech.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome