Skip to content

Instantly share code, notes, and snippets.

@sfmishra
Last active February 4, 2019 20:42
Show Gist options
  • Save sfmishra/817d8e8c2dbbb1ef4c8fe8fd15aa43d3 to your computer and use it in GitHub Desktop.
Save sfmishra/817d8e8c2dbbb1ef4c8fe8fd15aa43d3 to your computer and use it in GitHub Desktop.
/**
* Child class extending Virtual Class
*/
public class BlueMarker extends Marker{
// overriding write method
public override void write() {
System.debug('BLUEMARKER: writing some text using BlueMarker');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment