Suresh Basandra

Suresh Basandra’s Followers

None yet.

Suresh Basandra



Average rating: 3.13 · 60 ratings · 2 reviews · 29 distinct works
Software Architecture, Data...

3.54 avg rating — 13 ratings — published 2013
Rate this book
Clear rating
Database, Data Warehouse an...

2.75 avg rating — 8 ratings — published 2013
Rate this book
Clear rating
C, C++ and Java Questions a...

3.17 avg rating — 6 ratings — published 2011
Rate this book
Clear rating
Project Management, Program...

3.17 avg rating — 6 ratings — published 2013 — 3 editions
Rate this book
Clear rating
Management and Leadership Q...

3.50 avg rating — 4 ratings — published 2012
Rate this book
Clear rating
Computers Today

4.33 avg rating — 3 ratings — published 2011
Rate this book
Clear rating
Management Information Systems

really liked it 4.00 avg rating — 3 ratings — published 2011 — 2 editions
Rate this book
Clear rating
Database Questions and Answers

3.50 avg rating — 2 ratings — published 2011
Rate this book
Clear rating
Data Structures and Algorit...

3.50 avg rating — 2 ratings — published 2012
Rate this book
Clear rating
Job Interview Questions and...

2.50 avg rating — 2 ratings — published 2012 — 2 editions
Rate this book
Clear rating
More books by Suresh Basandra…
Quotes by Suresh Basandra  (?)
Quotes are added by the Goodreads community and are not verified by Goodreads. (Learn more)

“Object-oriented languages use the paradigm of classes. In simplest terms, a class includes both data and the functions to operate on that data. You can create an instance of a class, also called an object, which will have all the data members and functionality of its class. Because of this, you can think of a class as being like a template, with each object being a specific instance of a particular type of class. For example, suppose you have a very simple class called Person, which has three fields (a data member is called a field in Java) and one method (a function is called a method in Java). The following code illustrates creating a simple class. For example, the first thing inside the beginning brace ({) is a constructor, a special kind of method that creates an instance of a class and sets its fields with their initial values.”
Suresh Basandra, C, C++ and Java Questions and Answers

“Java includes inheritance, or the ability to derive new classes from existing classes. The derived class, also called a subclass, inherits all the data and functions of the existing class, referred to as the parent class. A subclass can add new data members to those inherited from the parent class. As far as methods are concerned, the subclass can reuse the inherited methods as is, change them, and/or add its own new methods. For example, the subclass VerbosePerson could be derived from the class Person, with the difference between instances of the Person class and instances of the VerbosePerson class being the way they identify themselves. The following code creates the subclass VerbosePerson and changes only the implementation of the method identifySelf:”
Suresh Basandra, C, C++ and Java Questions and Answers



Is this you? Let us know. If not, help out and invite Suresh to Goodreads.