Jump to content

Inheritance/Multiple: Difference between revisions

Added PowerShell
(Added PowerShell)
Line 982:
 
;;; methods go here</lang>
 
=={{header|PowerShell}}==
{{works with|PowerShell|5}}
<lang PowerShell>
class Camera {}
class MobilePhone {}
class CameraPhone : Camera, MobilePhone {}
</lang>
 
 
=={{header|PureBasic}}==
678

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.