MOTOSHARE đđď¸
Turning Idle Vehicles into Shared Rides & Earnings
From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.
With Motoshare, every parked vehicle finds a purpose.
Owners earn. Renters ride.
đ Everyone wins.
Diff between Compiled Lang Vs Interpreted Lang Vs Declarative Lang::
compile lang:: A compiled language is a programming language whose implementations are typically compilers like c, c++,ALGOL,BASIC
interpreter lang::  interpreter is a computer programming  that directly executes instructions written in a programming and scripting
Declarative lang:: In computer science, declarative programming is a programming paradigmâa style of building the structure and elements of computer programs.
Example of Declarative Lang:: we have some language like sql,prolog
Pros and Cons::
pros : short,efficient code
cons :Â Sometimes hard to understand for external people