-
Content Count
44 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout Eyad Syria-lover
-
Rank
Newbie
Previous Fields
-
Languages
JavaScript, PHP, Node.js
Contact Methods
-
Website URL
https://www.facebook.com/eyad.mohammed.osama
Profile Information
-
Gender
Male
-
Location
Syria
-
How does abstract class / method hide certain details
Eyad Syria-lover replied to newcoder1010's topic in Java/JSP/J2EE
This means that you expose only the functionality without any knowledge of how the actual implementation works. To demonstrate this, let's have an Animal class which is an abstract class: abstract class Animal { public abstract void makeSound(); public void sleep() { System.out.println("Zzz"); } } As you see, the Animal class contains one abstract method, the implementation of this method will soon be provided by the subclasses Let's have a Bird class: class Bird extends Animal { @Override public void makeSound() { System.out.println("Coo"); -
Eyad Syria-lover changed their profile photo
-
Since you've added the new Python tutorial , are you planning to add a tutorial for Django framework?
-
Maybe You Can Add This Tutorial And Teach People How To Setup Babel In Order To Compile Down From ES6 To ES5?,Because W3schools Always Does A Great Tutorials,Better Than Any Another Web Development Tutorials Site...
- 3 replies
-
- javascript
- ecma script
-
(and 1 more)
Tagged with:
-
I Think It Would Be An Excellent Decision If You Add A Tutorial About The Sixth Version Of JavaScript To W3schools...
- 3 replies
-
- javascript
- ecma script
-
(and 1 more)
Tagged with:
-
How To Create A Quiz With Radio Buttons And Checkboxes? (Just Like Those Quizzes At W3schools.com)
-
Hello. Let's Say That I Have Two Sites,The First One Is http://site1.com , And The Second One Is: http://site2.com , The First Site index's File Got A <div> Element With id="one" , And The Second Site index's File Got A <div> Element With id="two" ,The Question Is: How Can I Load div#one Contents Inside div#two ? I Don't Want To Use Frames. I've Read About jQuery load() Method On W3schools , But It Doesn't Seems To Give An Example About My Case. Sorry For The Prolongation.
-
Hello. I Was Reading A Stylesheet When I Found A Strange @import Rule,I've Never Faced This Rule. What Is The Difference Between Including A Stylesheet Using @import Rule,And Doing The Same Using <link rel="stylesheet"/>?,And Do You Suggest Me To Use This Rule?.
-
Hello Mr.Shohan . The Problem Is That JavaScript Is A Client-Side Scripting Language,And Can't Does Actions On The Server (ex. Create A File). You Seems A Little Confused About Server-Side Scripting Languages,But The Bad News Is You Still Need To Learn A Server-Side Language In Order To Control Databases And Create Files On The Server (Or Whatever You Want). My Suggestion To You Is To Learn PHP,Because PHP Is Easy To Learn And Powerful Server-Side Language.
- 3 replies
-
- e-commerce
- javascript
-
(and 7 more)
Tagged with:
-
So So I'am Thinking Of A Way To Detect CSS3 Browser Support Using Client-Side Scripting (JavaScript),I Know There's A Library Out There To Handle Such Situations,But I Need A Code Or A Hint To Do This Without Any External Libraries. Any Suggestions Would Be Appreciated...
- 5 replies
-
- css3
- browser support
-
(and 1 more)
Tagged with:
-
Suggestion-Add Icofont Into Your Icons Tutorial...
Eyad Syria-lover replied to Eyad Syria-lover's topic in Suggestions
Okay Sir I'am Sorry If I Made It Look Like An Advertisment,And Honestly I Don't Know Icofont's Developer.