Skip to content

bishwajitcadhikary/bishwajitcadhikary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Bishwajit Adhikary

Hi! I'm Bishwajit Adhikary, a student currently living in Rangpur, Bangladesh.



<?php
class Car {
    function Car() {
        $this->model = "Tesla";
    }
}

// create an object
$lightning = new Car();

// show object properties
echo $lightning->model;
?>

My Statistics


Support:

bishwajitcadhikary bishwajitcadhikary






About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published