Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /home/cgabriel/20_office/1005__documents/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //home/cgabriel/20_office/1005__documents/python_beispielprogramm.py


class ABC (object):

#****************************************************

   def __init__ (self):
   
       pass
       
   def erste_funktion (self,x):
   
       print("123"+x)
       
#****************************************************

class XYZ (object):

#****************************************************

   def __init__ (self,q):
   
       self.mein_attribut = q
       
   def fkt78 (self,abc):
   
       abc.erste_funktion("xxx")
       return(self.mein_attribut*2)
       
#****************************************************

a = ABC()

b = XYZ(3)

b.fkt78 (a)

#Objektorientierung:

#1. Was ist eine Klasse?

#2. Was ist ein Objekt einer Klasse?

#3. Was ist ein Konstruktor

#4. Was ist eine Objektvariable?

#5. Was ist eine Funktion (oder Methode) einer Klasse?

#6. Was ist eine Funktion (oder Methode) eines Objektes?



bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net