Quantcast
Channel: VCUStudents.com » CMSC 256
Browsing latest articles
Browse All 10 View Live

CMSC 256, Class 10: Assignment 3 Specification

Assignment 3 Specification This assignment involves emulating a very simple programming language using stack. You can either push(put an item on the top), pop(remove what is on top) or peak(see what is...

View Article



CMSC 256, Class 10: Type Independent Program

Type Independent Program (Generic Code) Type Independent Programming is the process of writing code that is independent of the data type. During compile you specify what type of data type to use. The...

View Article

CMSC 256, Class 11: Arrays, Interfaces & Polymorphism

Arrays Class Arrays API Arrays is a class designed for manipulating and sorting a Array. (Notice that Arrays and Array are two different class) There are no constructor in Arrays. It is purely a static...

View Article

No CMSC 256 Class at all, week 27,29 of Feb

I was just posting a couple of weeks back that class were getting shorter and shorter, (CMSC 256 Statistics) well I think we have now hit rock bottom. Depending how you look at it, the good news is...

View Article

CMSC 256, Java Definitions Summary

Methods | Data Structures | Java Modifiers | Exceptions | Inheritance | Polymorphism | Interface | Others Methods Method Signature The method signature is the first line argument before the method body...

View Article


CMSC 256, Assignment 4

The major themes for this project are generic programing, stacks and casting. Creating the Objects For this projects, I created a class for each furniture type and a super class for all furniture. The...

View Article

CMSC 256, Class 12: Assignment 4 and Implementation of Stacks

  Efficiency Factors Rewriting Code Several times Memory Usage Execution Time Touch it once principle A data should be access and process the first time it is encounter to reduce overhead. Separation...

View Article

Assignment 5

Most of you probably already have compeleted or almost completed the assignment. I have created this guide to try to address challenges that you may face or currently facing. General Advice I spent a...

View Article


Assignment 5 test file

Here is a Test data file I made for a quick test. In text format: Table 72 56 13 red Table 34 55 12 green Table 71 55 11 blue Table 32 53 12 green Table 1 2 11 blue Chair traditional blue Chair...

View Article


CMSC 256 – Extra Credit Problem

I already had an idea for how to approach this problem from the previous class, but since the class ended early today I had time to work on it directly after class.   Basically to delete a value from a...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images