pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
Facebook Hack Feb.2012
8 sec ago
@NBA@ FREE Los Angeles ...
15 sec ago
Untitled
6 sec ago
Untitled
8 sec ago
What does the term &...
11 sec ago
Super Amazing Beach Ful...
11 sec ago
Untitled
15 sec ago
Layout Width
Share Pastebin
ejot
By: a guest | Jul 7th, 2008 | Syntax:
ActionScript
| Size: 0.15 KB | Hits: 31 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
package
{
public
class
AnotherInterestingClass
extends
InterestingClass
{
public
function
AnotherInterestingClass
(
)
{
super
(
)
;
}
}
}
create new paste
|
create new version of this paste
RAW Paste Data
package { public class AnotherInterestingClass extends InterestingClass { public function AnotherInterestingClass() { super(); } } }