public abstract class TestHelloAbstract {
public void Hello() {
System.out.println(HelloCodeCall);
}
public abstract String CodeCall();
String HelloCodeCall = "Hello CodeCall";
}
No replies to this topic
#1
Posted 06 January 2010 - 10:15 AM
Simple example.
|
|
|
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









