What is Data Encapsulation Data Encapsulation also known as Data Hiding is a very vital object oriented programming concept. In this mechanism user can perform restricted set of operations of…
Home
-
-
What is Inheritance In Object Oriented Programming inheritance is a concept of extending a class. So if you have a base class let’s say “Vehicle Class”. This class might have…
-
What is Overriding Function overriding is a concept of Object Oriented Programming where we crate function with same name in parent and child class. And PHP calls the function from…
-
What is Final Keyword The concept of Final keyword is important as we can restrict the use of class using this keyword. In Object Oriented Programming when you want to…
-
What is Abstract Class In Object Oriented Programming Abstract keyword is very useful. If we want to create a class that cannot be instantiated but can be extended then we…
-
Web Development
How to enable virtual host in xampp Windows 10 and MacOS 2020
by Manu August 7, 2020Let’s see how we can enable virtual host on XAMPP. So in this guide we are going to enable virtual host on Windows 10 And MacOS. Virtual Host In Windows…
-
In this article we are going to see. How we can create cutom artisan command in laravel 7. So Laravel out of the box provides some php artisan commands. You…
-
Hi today we are going to optimize our windows 10 so we can have maximum performance boost. Our goal is to run games and get more fps (Frame per Seconds)…
-
So today we examine if the Nvidia Geforce RTX 2080ti is worth the money. In the first glance this is quite a hard question as Nvidia RTX2080Ti is the top…
-
So today we are going to Print charts on pdf. Using laravel and dompdf. Create a project So create a project first if you have’t. Check laravel guide for creating…