Sight Explore

Sight Explore Contact information, map and directions, contact form, opening hours, services, ratings, photos, videos and announcements from Sight Explore, Calcutta Bara Bazar.

We post programming-related content with
👉Crystal Clear Understanding
👉Conceptual learning
👉In-Depth analysis
👉Complete Visualization

📲DM us for static and small scale dynamic website
( Portfolio, Blogs, Ecommerce & E-links)

Introduction to Digital Logic Gates 🕹What's on this topic ? 📌 Brief Introduction📌 7 Logic Gates + Symbol📌 Basic + Derive...
17/08/2022

Introduction to Digital Logic Gates 🕹

What's on this topic ?
📌 Brief Introduction
📌 7 Logic Gates + Symbol
📌 Basic + Derived Logic Gates

Links
🔗 Circuit Construction using Breadboard
🔗 Virtual Stimulator for circuit visualization mainly for those whose main focus is on computer science

Tags




This post is designed using figma🖌

👻 Last Post on Constructor (9/9)Topic: Constructor Chaining 🔗As the name suggests, Chaining the Constructor means to cal...
02/01/2022

👻 Last Post on Constructor (9/9)
Topic: Constructor Chaining 🔗
As the name suggests, Chaining the Constructor means to call one Constructor from another.
It can either be changed implicitly:
When extends one class with other ( Inheritance ) then the default constructor( for eg. Animal( ) ) from the parent class if present, then it is called implicitly.
It can explicitly be called using keywords like:
this: Chaining within the class
super: Chaining with parent class
Definition
Visualization
Code Snippet
Output
Is provided in the post. If you like our post then please like and share with your friends ❤️
Do follow us
🙏🙏🙏
Wish you a very happy new year
🥳🥳🥳
Class Tags{


}

🧐Copy Constructor-> Direct Initialization-> Object Passing🐼🐼🐼= = = = = = = = = = = // Direct Initializationclass Copy{  ...
26/12/2021

🧐Copy Constructor
-> Direct Initialization
-> Object Passing

🐼🐼🐼
= = = = = = = = = = =
// Direct Initialization
class Copy
{
int marks;

Copy(int marks){ this.marks = marks; }

void updateMarks(int marks){ this.marks = marks; }

void getMarks(){
System.out.println("Marks = "+marks);
}

public static void main(String[] args){
Copy topper = new Copy(90);
Copy backbencher = topper;

System.out.println("\nDirect: Copy Constructor");
topper.getMarks();
backbencher.getMarks();

System.out.println("\nTopper Marks Updated");
topper.updateMarks(92);
topper.getMarks();
backbencher.getMarks();

System.out.println("\nBackbencher Marks Updated");
backbencher.updateMarks(80);
topper.getMarks();
backbencher.getMarks();
}
}
= = = = = = = = = = =

🦝🦝🦝
= = = = = = = = = = =
// Object Passing
class Copy
{
int marks;

Copy(int marks){ this.marks = marks; }

Copy(Copy val){ this.marks = val.marks; }

void updateMarks(int marks){ this.marks = marks; }

void getMarks(){
System.out.println("Marks = "+marks);
}

public static void main(String[] args){
Copy topper = new Copy(90);
Copy backbencher = new Copy(topper);

System.out.println("\nDirect: Copy Constructor");
topper.getMarks();
backbencher.getMarks();

System.out.println("\nTopper Marks Updated");
topper.updateMarks(92);
topper.getMarks();
backbencher.getMarks();

System.out.println("\nBackbencher Marks Updated");
backbencher.updateMarks(80);
topper.getMarks();
backbencher.getMarks();
}
}
= = = = = = = = = = =

Please like, share & follow if you like our content. Please leave a comment for any query or suggestions.

class Tags{
Please like, share & follow if you like our content. Please leave a comment for any queries or suggestions.
}

16/12/2021

Made using ReactJS
Visit: https://7m6xr.csb.app/
( Refresh if not working )

Filters:
Grayscale, Sepia, Opacity, Invert, Hue-Rotate, Brightness, Contrast, Saturate & Blur

Filter Options:
grayscale([0-100]%)
sepia([0-100]%)
opacity([0-100]%)
invert([0-100]%)

hue-rotate([0-360]deg)

brightness(any%)
contrast(any%)
saturate(any%)
blur(any px)

none

👉Understand what actually is 🌱Programming Paradigm🌱...Types of Paradigms🔴declarative./functional./logical./database_quer...
13/11/2021

👉Understand what actually is
🌱Programming Paradigm🌱...

Types of Paradigms

🔴declarative./functional./logical./database_query

🔵imperative./procedural./object-oriented

Nowadays most of the programming languages are Multi-Paradigm in nature

🤯🤯🤯cpp 👉 C++js 👉 JavaScriptpy 👉 Pythonrb 👉 Ruby
and so on

If you like our content please
🌱🌱LIKE, SHARE & FOLLOW🌱🌱

___________________________



Wrapping up the OOP Concept with 10+ oop pillar [Overview, imp links]...>> Post classobjectencapsulationabstractiondata_...
11/11/2021

Wrapping up the OOP Concept with 10+ oop pillar [Overview, imp links]...

>> Post classobjectencapsulationabstractiondata_hidingpolymorphism./overloading./overridinginheritance

>> Resources in GitHub.mdcohesioncouplingassociationaggregationcomposition

Hope you'll like our efforts and support us by liking, following, sharing our content.
🙏🙏🙏

System.exit(🙋‍♂️🙋‍♀️👋);



22/09/2021

Direction => Column
Flexbox visualization using ReactJS

React Flexbox-4
If you like this content. Then please support us on Facebook, Youtube & Instagram.
🙂😊🙂

15/09/2021

React Flexbox: Align-Items
Flexbox visualization using ReactJS

React Flexbox-3

If you like this content. Then please support us on Facebook, Youtube & Instagram.
🙂😊🙂

15/09/2021

React Flexbox: Flex Flow
Flexbox visualization using ReactJS

React Flexbox-2

If you like this content. Then please support us on Facebook, Youtube & Instagram.
🙂😊🙂

Address

Calcutta Bara Bazar

Alerts

Be the first to know and let us send you an email when Sight Explore posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Sight Explore:

Share