The Friend function and friend class are the techniques used to access the private members of a class by using friend keyword. The common difference between friend function and friend class is that when friend function is used the private class members can be accessed but in friend class, only the names of the friend class is accessed not the private members of the class. The friend feature whether used by function or class can produce a negative impact on the object-oriented framework as it … [Read more...]
Difference Between Link and Association
The major difference between link and association is that link is a physical or theoretical connection between the objects whereas association is a group of links with same structure and semantics. Associations are implemented in programming languages as a reference model in which one object is referenced from the another. While links cannot be referenced as these are not objects by itself, but rely on the objects. The link and association are mostly used in UML designing which can be seen as … [Read more...]
Difference Between Aggregation and Composition
Aggregation and composition are the types of Association. The primary difference between aggregation and composition is that aggregation implicit a relationship where the child can exist independently of the parent. On the other hand, composition insinuates a relationship where the child cannot exist independent of the parent. Object-Oriented programming is a common paradigm which is used in software development. The object is an instance of a class which are created by classes. The objects … [Read more...]
Difference Between Tree and Graph
Tree and graph come under the category of non-linear data structure where tree offers a very useful way of representing a relationship between the nodes in a hierarchical structure and graph follows a network model. Tree and graph are differentiated by the fact that a tree structure must be connected and can never have loops while in the graph there are no such restrictions. A non-linear data structure consists of a collection of the elements that are distributed on a plane which means there … [Read more...]
Difference Between Virus, Worm and Trojan Horse
Software that is intentionally inserted into a system for causing damage is known as malicious software. Primarily this software is classified into two categories; in the former category, the software requires a host for its execution. The example of such malicious software is virus, logic bombs, trojan horse, etc. Whereas in the latter category, the software is independent and do not need any host for its execution like worms and zombies. So, the virus, worm and trojan horse come under the … [Read more...]
Difference Between Static and Dynamic Web Pages
Before understanding static and dynamic web pages, we must understand the working of the internet. Web browser and web server play the main role in any internet-based communication. The Hypertext transfer protocol is used for the transaction between the web browser (client) and the web server (server). In this type of communication the browser sends an HTTP request to the server, and then the server sends an HTTP response to the browser with an HTML page and the communication between them ends. … [Read more...]
Difference Between URL and URI
URL expands to Uniform Resource Locator which is used for identifying a resource, and it is a subset of URI. URI (Uniform Resource Identifier) offers more simple and extendable way of identifying a resource. The URL and URI can be differentiated with the fact that URI can represent the URL and the URN of the resource at the same time, but URL just can specify the address of the resource. URI is more common term as compared to URL and URN which are more limited in a sense. Content: URL Vs … [Read more...]
Difference Between Web page and Website
Web page and Website are relevant but distinct words. A web page can be considered as a single entity whereas a website is a combination of web pages. Web pages are accessed through a browser while in website HTTP, and DNS protocols are used to access it. Web pages have the navigational links to connect a web page to another on the website. The content in a website changes according to the web page while a web page contains more specific information. Content: Web page Vs Website … [Read more...]
Difference Between SEO and SEM
SEO (Search Engine Optimization) and SEM (Search Engine Marketing) are valuable, powerful business tools seem to be similar as both are geared towards generating traffic to the website, but when we look the terms deeply these are absolutely different traffic generation method. The major difference between SEO and SEM is that SEO emphasises on improving a website in order to enhance its organic search engine rankings. Furthermore, SEO is a primary organic ranking strategy behind SEM. In … [Read more...]
Difference Between Star and Ring Topology
A topology is a relationship exist between the links and linking devices (nodes) to each other which is represented by a geometric representation. Star and Ring topology are the types of network topologies. The crucial difference between star and ring topology is that the star topology is suitable for a primary-secondary type of connection whereas ring topology is more convenient for the peer-to-peer connection. The link is shared equally in the peer-to-peer connection. Inversely, in a … [Read more...]
- « Previous Page
- 1
- …
- 21
- 22
- 23
- 24
- 25
- …
- 48
- Next Page »