Class Diagram

Class Diagram

View Answers

August 27, 2008 at 11:24 AM

Hi friend,

Code to help solve the problem

1.In Webcrawler class creates the object of caheurl.
2 In Webcrawlerwindow class creates the object of Webcrawler.


class caheurl{
public void showUrl()
{
System.out.println("Welcome caheurl");
}
}
class Webcrawler extends caheurl{

public void showCrawler()
{
caheurl cu = new caheurl();
cu.showUrl();

System.out.println("Welcome Webcrawler");
}
}

public class Webcrawlerwindow extends Webcrawler{

public static void main(String args[])
{
Webcrawlerwindow ww = new Webcrawlerwindow();

ww.showUrl();
ww.showCrawler();
System.out.println("Welcome Webcrawlerwindow");
}

}

Read more information in details :

http://www.roseindia.net/java/

Thanks










Related Tutorials/Questions & Answers:
Java Class Diagram
Java Class Diagram  How to create a class diagram for the process of buying glasses from the viewpoint of the patient. The first step is to see an eye doctor who will give the patient a prescription. Once the patient has
Class Diagram - UML
Class Diagram  Hi Friend, First of all thanks for the answers given to me...... I want to draw class diagram for the following classes 1. Webcrawlerwindow 2. Webcrawler 3. caheurl here class 1 creates the object
Advertisements
ModuleNotFoundError: No module named 'gitk-class-diagram'
ModuleNotFoundError: No module named 'gitk-class-diagram'  Hi, My... named 'gitk-class-diagram' How to remove the ModuleNotFoundError: No module named 'gitk-class-diagram' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'gitk-class-diagram'
ModuleNotFoundError: No module named 'gitk-class-diagram'  Hi, My... named 'gitk-class-diagram' How to remove the ModuleNotFoundError: No module named 'gitk-class-diagram' error? Thanks   Hi, In your
Java BackingStoreException Class Hierarchy Diagram
Java BackingStoreException Class Hierarchy Diagram In this section we will discuss about the class hierarchy of BackingStoreException Class diagram in Java... in backing store or failed in to contact the backing store. A class diagram
Java CertificateException Class Hierarchy Diagram
Java CertificateException Class Hierarchy Diagram In this section we will discuss about the javax.security.cert.CertificateException class hierarchy diagram. This class extends the java.lang.Exception class. CertificateException
Java BadStringOperationException Class Hierarchy Diagram
Java BadStringOperationException Class Hierarchy Diagram In this section we... diagram in java. This class extends the java.lang.Exception class. When in a query... then BadStringOperationException exception is generated. Class Hierarchy diagram is given
Java BadAttributeValueExpException Class Hierarchy Diagram
Java BadAttributeValueExpException Class Hierarchy Diagram In this section we will discuss about the BadAttributeValueExpException Class diagram in Java... uses this exception internally when query is evaluated. A class diagram is being
Java BadLocationException Class Hierarchy Diagram
Java BadLocationException Class Hierarchy Diagram In this section we will discuss about the javax.swing.text.BadLocationException class diagram in Java.... A class diagram of this exception class is given below : ADS_TO_REPLACE_1
Java BrokenBarrierException Class Hierarchy Diagram
Java BrokenBarrierException Class Hierarchy Diagram In this section we will discuss about the java.util.concurrent.BrokenBarrierException class diagram... upon it. A class hierarchy diagram is given below : ADS_TO_REPLACE_1
Java ClassNotFoundException Class Hierarchy Diagram
Java ClassNotFoundException Class Hierarchy Diagram In this section we will discuss about the java.lang.ClassNotFoundException class hierarchy diagram.... ClassNotFoundException class hierarchy diagram is given below : ADS
Java AclNotFoundException Class Hierarchy Diagram
In this section we will discuss about the class hierarchy of AclNotFoundException Class in Java. This class extends the java.lang.Exception class... Control List) which has no existence. Hierarchy of this class is shown
Java BadBinaryOpValueExpException Class Hierarchy Diagram
Java BadBinaryOpValueExpException Class Hierarchy Diagram In this section we will discuss about the BadBinaryOpValueExpException diagram in Java... uses this exception internally when query is evaluated. A class diagram
Java AWTException Class Hierarchy Diagram
Java AWTException Class Hierarchy Diagram In this section we will discuss about the class hierarchy of AWTException Class in Java. This class extends... exception. A Hierarchy diagram of this exception class is given below : ADS
Java AlreadyBoundException Class Hierarchy Diagram
Java AlreadyBoundException Class Hierarchy Diagram In this section we will discuss about the class hierarchy of AlreadyBoundException Class in Java... binding. A class hierarchy diagram is given below : ADS_TO_REPLACE_1 Constructor
Java ApplicationException Class Hierarchy Diagram
Java ApplicationException Class Hierarchy Diagram In this section we will discuss about the class hierarchy of ApplicationException Class in Java... the application level exceptions between ORBs and stubs. A class hierarchy diagram
Java ActivationException Class Hierarchy Diagram
Java ActivationException Class Hierarchy Diagram In this section we will discuss about the class hierarchy of ActivationException Class in Java. This class... this general exception. Class hierarchy diagram is given below : ADS_TO_REPLACE_1
Java Exception Class Hierarchy Diagram
class. The class Exception and its subclasses are defined in such a way that an application may generate a condition which might be caught. The Exception class extends the Throwable class. All errors and exception classes are the subclasses
ER Diagram
ER Diagram  is there is any tool to draw ER diagram automatically ? (Like when i am connecting to Database i want to ER Diagram of That DB..i don't want to do it manually
ModuleNotFoundError: No module named 'diagram'
ModuleNotFoundError: No module named 'diagram'  Hi, My Python... 'diagram' How to remove the ModuleNotFoundError: No module named 'diagram... to install padas library. You can install diagram python with following command
Cubic Diagram In Java
creates a cubic diagram. The CubicCurve2D class also implements the shape... Cubic Diagram In Java     ... Cubic diagram. The Java2D API  provides you several classes that defines
E-R diagram
E-R diagram  Hi,Hw to do draw E-R diagram for online movie ticket booking
E-R diagram
E-R diagram  Hi,Hw to do draw E-R diagram for online movie ticket booking
UML Diagram - UML
UML Diagram  How I Can Draw my UML Diagram,my Project subject is Graphical Representation of Array Sorting(Bubble Sorting,Selection Sort,Merge Sort,Insertion Sort,Quick Sort) ,How I Can Draw UML diagram for this project. plz
class
class  Is a class a subclass of itself
ModuleNotFoundError: No module named 'pg-diagram'
ModuleNotFoundError: No module named 'pg-diagram'  Hi, My Python... 'pg-diagram' How to remove the ModuleNotFoundError: No module named 'pg-diagram' error? Thanks   Hi, In your python environment you
ModuleNotFoundError: No module named 'syntax-diagram'
ModuleNotFoundError: No module named 'syntax-diagram'  Hi, My... named 'syntax-diagram' How to remove the ModuleNotFoundError: No module named 'syntax-diagram' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'syntax-diagram'
ModuleNotFoundError: No module named 'syntax-diagram'  Hi, My... named 'syntax-diagram' How to remove the ModuleNotFoundError: No module named 'syntax-diagram' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'btd.sphinx.inheritance-diagram'
ModuleNotFoundError: No module named 'btd.sphinx.inheritance-diagram' ...: No module named 'btd.sphinx.inheritance-diagram' How to remove the ModuleNotFoundError: No module named 'btd.sphinx.inheritance-diagram' error
ModuleNotFoundError: No module named 'diagram-autobuild'
ModuleNotFoundError: No module named 'diagram-autobuild'  Hi, My... named 'diagram-autobuild' How to remove the ModuleNotFoundError: No module named 'diagram-autobuild' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'keras-diagram'
ModuleNotFoundError: No module named 'keras-diagram'  Hi, My... 'keras-diagram' How to remove the ModuleNotFoundError: No module named 'keras-diagram' error? Thanks   Hi, In your python
Entity Relationship Diagram 3
Entity Relationship Diagram 3  Task 3 Activities: Identify all entities and attributes from the given scenario. Draw entity relationship diagram of the given from scenario. Determine primary key and foreign keys from given
class
is a class to represent a country in medal tally. It has an attribute of country... medals. In this class, you should also define constructors, and assessor, mutator methods. Task 2 MedalTally.java is a class to model a medal tally, containing
Class
Class, Object and Methods       Class : Whatever we can see in this world all the things... is termed as a class. All the objects are direct interacted with its class
ModuleNotFoundError: No module named 'eq_band_diagram'
ModuleNotFoundError: No module named 'eq_band_diagram'  Hi, My... named 'eq_band_diagram' How to remove the ModuleNotFoundError: No module named 'eq_band_diagram' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'openerp-web-diagram'
ModuleNotFoundError: No module named 'openerp-web-diagram'  Hi, My... named 'openerp-web-diagram' How to remove the ModuleNotFoundError: No module named 'openerp-web-diagram' error? Thanks   Hi
ModuleNotFoundError: No module named 'peek-plugin-diagram'
ModuleNotFoundError: No module named 'peek-plugin-diagram'  Hi, My... named 'peek-plugin-diagram' How to remove the ModuleNotFoundError: No module named 'peek-plugin-diagram' error? Thanks   Hi
ModuleNotFoundError: No module named 'peek-plugin-diagram-trace'
ModuleNotFoundError: No module named 'peek-plugin-diagram-trace'  Hi...: No module named 'peek-plugin-diagram-trace' How to remove the ModuleNotFoundError: No module named 'peek-plugin-diagram-trace' error? Thanks  
ModuleNotFoundError: No module named 'peek-plugin-gis-diagram'
ModuleNotFoundError: No module named 'peek-plugin-gis-diagram'  Hi...: No module named 'peek-plugin-gis-diagram' How to remove the ModuleNotFoundError: No module named 'peek-plugin-gis-diagram' error? Thanks   
ModuleNotFoundError: No module named 'pgsql-network-diagram'
ModuleNotFoundError: No module named 'pgsql-network-diagram'  Hi...: No module named 'pgsql-network-diagram' How to remove the ModuleNotFoundError: No module named 'pgsql-network-diagram' error? Thanks   Hi
ModuleNotFoundError: No module named 'protobuf-uml-diagram'
ModuleNotFoundError: No module named 'protobuf-uml-diagram'  Hi...: No module named 'protobuf-uml-diagram' How to remove the ModuleNotFoundError: No module named 'protobuf-uml-diagram' error? Thanks   Hi
ModuleNotFoundError: No module named 'rig-par-diagram'
ModuleNotFoundError: No module named 'rig-par-diagram'  Hi, My... named 'rig-par-diagram' How to remove the ModuleNotFoundError: No module named 'rig-par-diagram' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'eq_band_diagram'
ModuleNotFoundError: No module named 'eq_band_diagram'  Hi, My... named 'eq_band_diagram' How to remove the ModuleNotFoundError: No module named 'eq_band_diagram' error? Thanks   Hi, In your python
Super class of an Exception class
Super class of an Exception class  hello,,, What is super class of an Exception class?   hii,,ADS_TO_REPLACE_1 the super class of an exception is throwable class. and the super class of an throwable class
GE Matrix Diagram
GE Matrix Diagram Developed by Mckinsey in the 1970s for General Electric, GE matrix diagram is used to identify the position of the strategic business... portfolio and product management. GE (General Electric) matrix diagram
ModuleNotFoundError: No module named 'peek-plugin-diagram-generic-menu'
ModuleNotFoundError: No module named 'peek-plugin-diagram-generic-menu' ...: ModuleNotFoundError: No module named 'peek-plugin-diagram-generic-menu' How to remove the ModuleNotFoundError: No module named 'peek-plugin-diagram-generic-menu'
us.fatehi - schemacrawler-diagram version 16.8.1 Maven dependency. How to use schemacrawler-diagram version 16.8.1 in pom.xml?
us.fatehi  - Version 16.8.1 of schemacrawler-diagram Maven dependency? How to use  us.fatehi  - Version 16.8.1 of schemacrawler-diagram in pom.xml? How to use schemacrawler-diagram version 16.8.1 in pom.xml? Learn to use
Maven Repository/Dependency: us.fatehi | schemacrawler-diagram
Maven Repository/Dependency of Group ID us.fatehi and Artifact ID schemacrawler-diagram. Latest version of us.fatehi:schemacrawler-diagram dependencies. # Version Release Date 1
Product Life Cycle Diagram
Product life cycle diagram is the graphical representation of four stages of a product life namely: Introduction, Growth, Maturity and Decline phase. Product... stages in the Product life cycle diagram indicates:ADS_TO_REPLACE_1
org.finos.legend.pure - legend-pure-m2-dsl-diagram-pure version 4.3.3 Maven dependency. How to use legend-pure-m2-dsl-diagram-pure version 4.3.3 in pom.xml?
org.finos.legend.pure  - Version 4.3.3 of legend-pure-m2-dsl-diagram-pure... of legend-pure-m2-dsl-diagram-pure in pom.xml? How to use legend-pure-m2-dsl-diagram-pure version 4.3.3 in pom.xml? Learn to use this dependency in your

Ads