All the ExtJS documentation an开发者_开发百科d examples I have read suggest calling superclass methods like this:
So here\'s the class and the super class, question to follow: TestDraw: package project3; import java.awt.BorderLayout;
I\'m trying to invoke a method that takes a super class as a parameter with subclasses in the instance.
<?php class A{ //many properties protected $myProperty1; protected $myProperty2; protected $myProperty3;