Difference between Trees and Graphs | Trees vs. Graphs
Difference between Trees and Graphs Trees Graphs Path Tree is special form of graph minimally connected graph and having only one path between any two vertices. In graph there can…
Difference between MVC2, MVC3, MVC4 | MVC2 vs. MVC3 vs. MVC4
The main purpose of the MVC (Model, View and Controller) architecture is to make separation of the business layer (logic) and the application layer (data) from the presentation layer to…
Difference between SCSI hard drive and IDE hard drive | SCSI vs. IDE
Difference between SCSI hard drive and IDE hard drive SCSI IDE Stands For SCSI stands for : Small Computer System Interface. IDE stands for : Integrated Drive Electronics. Maximum No.…
Difference between Server side scripting and Client side scripting | Server side scripting vs. Client side scripting
We would define a script as a set of instructions. For Web pages they are instructions either to the Web server(server-side scripting) or to the Web Browser (client-side scripting). Let’s…
Difference between CRT and LCD | CRT vs. LCD
Difference Between CRT and LCD CRT LCD Stands For CRT stands for "Cathode Ray Tube". LCD stands for "Liquid Crystal Display". Size CRT is weighted, bulky and large in size.…
Difference between Constructor and Destructor | Constructor vs. Destructor
Difference Between Constructor and Destructor Constructor and destructor are the special methods of every class. Constructor Destructor Purpose Constructor is used to initialize the instance of a class. Destructor destroys…
Difference between XML and HTML | XML vs. HTML
Difference Between XML and HTML XML HTML Stands For XML stands for "Extensible Mark Up Language". HTML stands for "HyperText Markup Language". Purpose XML is focuses on data stored and…
Difference between Method Overloading and Method Overriding | Method Overloading vs. Method Overriding
Difference Between Method Overloading and Method Overriding Method Overloading Method Overriding Definition In Method Overloading, Methods of the same class shares the same name but each method must have different…
Procedure Oriented Programming vs. Object Oriented Programming
Difference Between Procedure Oriented Programming (POP) & Object Oriented Programming (OOP) Procedure Oriented Programming Object Oriented Programming Divided Into In POP, program is divided into small parts called functions. In…
Difference Between DDA Line Drawing Algorithm and Bresenhams Line Drawing Algorithm | DDA Algorithm vs. Bresenhams Algorithm
Difference Between DDA Line Drawing Algorithm and Bresenhams Line Drawing Algorithm. Digital Differential Analyzer Line Drawing Algorithm Bresenhams Line Drawing Algorithm Arithmetic DDA algorithm uses floating points Real Arithmetic. Bresenhams…